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

fedora: Hits -Werror=format-overflow on s390x #3216

Closed
ingvarha opened this issue Feb 11, 2020 · 1 comment · Fixed by #3217
Closed

fedora: Hits -Werror=format-overflow on s390x #3216

ingvarha opened this issue Feb 11, 2020 · 1 comment · Fixed by #3217

Comments

@ingvarha
Copy link
Contributor

This is "gcc (GCC) 10.0.1 20200130 (Red Hat 10.0.1-0.7)", fedora rawhide on s390x:

In function 'varnish_ask_cli',
inlined from 'varnish_launch' at vtc_varnish.c:500:6:
vtc_varnish.c:121:3: error: '%s' directive argument is null [-Werror=format-overflow=]
121 | vtc_fatal(v->vl, "CLI failed (%s) = %d %u %s",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
122 | cmd, i, retval, r);
| ~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors

@ingvarha
Copy link
Contributor Author

This is varnish-6.3.2

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.

1 participant