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
coffeecatch.c: In function 'coffeecatch_get_message':
coffeecatch.c:1355:5: warning: return makes pointer from integer without a cast
return strerror_r(error, &buffer[0], sizeof(buffer));
^
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: