You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libhttp git:(master) make
....stuff
src/httplib_error_string.c: In function ‘httplib_error_string’:
src/httplib_error_string.c:170:2: error: ignoring return value of ‘strerror_r’, declared with attribute
warn_unused_result [-Werror=unused-result]
strerror_r( error_code, buf, buf_len );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: