Skip to content
New issue

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

Warnings during compilation #251

Closed
DStrelak opened this issue Mar 23, 2020 · 1 comment · Fixed by #252
Closed

Warnings during compilation #251

DStrelak opened this issue Mar 23, 2020 · 1 comment · Fixed by #252
Assignees

Comments

@DStrelak
Copy link
Collaborator

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

@MohamadHarastani
Copy link
Collaborator

I will look into it asap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants