We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Branch: devel Compiler: g++ (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0 Warning: libraries/reconstruction/volumeset_align.cpp:140:15: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] fscanf(fnAnglesAndShifts, "%f,", &global_volumeset_align_prog->Matrix_Angles_Shifts[i]); ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libraries/reconstruction/volumeset_align.cpp:142:8: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] fscanf(fnAnglesAndShifts, "%f,", &global_volumeset_align_prog->fitness);
The text was updated successfully, but these errors were encountered:
I will look into it asap.
Sorry, something went wrong.
MohamadHarastani
Successfully merging a pull request may close this issue.
Branch: devel
Compiler: g++ (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
Warning:
libraries/reconstruction/volumeset_align.cpp:140:15: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
fscanf(fnAnglesAndShifts, "%f,", &global_volumeset_align_prog->Matrix_Angles_Shifts[i]); ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libraries/reconstruction/volumeset_align.cpp:142:8: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
fscanf(fnAnglesAndShifts, "%f,", &global_volumeset_align_prog->fitness);
The text was updated successfully, but these errors were encountered: