compiler warning: return makes pointer from integer without a cast
zoff99 opened this issue · 0 comments
zoff99 commented
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));
^