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
Hello, I wil put the warning observed during the compilation of the extensions here.
fabio/ext/src/columnfile.c: In function 'cf_read_ascii':
fabio/ext/src/columnfile.c:180:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
fgets(line,2048,(FILE *)fp);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
Hello, I wil put the warning observed during the compilation of the extensions here.
The text was updated successfully, but these errors were encountered: