xroche/coffeecatch

compiler warning: return makes pointer from integer without a cast

Opened this issue · 0 comments

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));
     ^