Hello

Today commits have introduced a building error. Mint Mate 17.3, x64.

[ 98%] Building C object src/lut/CMakeFiles/darktable-lut.dir/colorchart.c.o
Linking C executable darktable-generate-cache
Linking C executable darktable-cli
/home/sasha/Install/darktable/src/lut/main.c: In function ‘parse_csv’:
/home/sasha/Install/darktable/src/lut/main.c:1522:9: error: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Werror=unused-result]
   fscanf(f, "%15[^;];%255[^\n]\n", key, value);
         ^
/home/sasha/Install/darktable/src/lut/main.c:1532:9: error: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Werror=unused-result]
   fscanf(f, "%15[^;];%255[^\n]\n", key, value);
         ^
/home/sasha/Install/darktable/src/lut/main.c:1542:9: error: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Werror=unused-result]
   fscanf(f, "%15[^;];%d\n", key, num_gray);
         ^
/home/sasha/Install/darktable/src/lut/main.c:1552:9: error: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Werror=unused-result]
   fscanf(f, "%*[^\n]\n");
         ^
cc1: all warnings being treated as errors


With respect,
Alexander Rabtchevich
___________________________________________________________________________
darktable developer mailing list
to unsubscribe send a mail to [email protected]

Reply via email to