utarray.h: preserve constness in utarray_str_cpy
Make local variable const * to preserve the constness of the passed argument src. This fixes compiler warnings from -Wcast-qual.
parent
8e67ced1
Please register or sign in to comment
Make local variable const * to preserve the constness of the passed argument src. This fixes compiler warnings from -Wcast-qual.