fabio icon indicating copy to clipboard operation
fabio copied to clipboard

gcc warning during the compilation

Open picca opened this issue 8 years ago • 0 comments

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

picca avatar Sep 06 '17 14:09 picca