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

Doesn't build on Debian Buster #4

Closed
trebmuh opened this issue Apr 2, 2020 · 2 comments
Closed

Doesn't build on Debian Buster #4

trebmuh opened this issue Apr 2, 2020 · 2 comments

Comments

@trebmuh
Copy link

trebmuh commented Apr 2, 2020

I've got this:

gui/gx_matcheq_x11ui.c: In function 'read_profile_file':
gui/gx_matcheq_x11ui.c:1336:32: error: format not a string literal and no format arguments [-Werror=format-security]
                 fprintf(fp,p[i].name);
                            ~~~~^~~~~
gui/gx_matcheq_x11ui.c: In function 'save_profile':
gui/gx_matcheq_x11ui.c:1355:21: error: format not a string literal and no format arguments [-Werror=format-security]
         fprintf(f,ui->input_label);
                   ~~^~~~~~~~~~~~~
cc1: some warnings being treated as errors
make[1]: *** [Makefile:114: gx_matcheq] Error 1
make[1]: Leaving directory '/build/gxmatcheq.lv2-0.1'

Any idea maybe?

brummer10 added a commit that referenced this issue Apr 3, 2020
@brummer10
Copy link
Owner

Ah, pedantic, nice catch, I've pushed a fix now.
regards
hermann

@trebmuh
Copy link
Author

trebmuh commented Apr 3, 2020

Thank you, it does build now.
note that I did not test it on a 32 bits system
Closing now.

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

No branches or pull requests

2 participants