-
Notifications
You must be signed in to change notification settings - Fork 85
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
0.608 gcc -Wall -pedantic build warnings #8
Comments
Fixed at last in git. |
Which commit? I'm sorry for being pedantic, but I'm curious! :) |
The "fix ISO C warning"s patches. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FYI,
Debian now builds with hardened CFLAGS to reveal possible problems. I cranked the flags to maximum "-Wall -pedantic". Perhaps some of the issues could be addresses in later releases.
Flags used were:
LDFLAGS="-Wl,-z,relro -Wl,--as-needed"
CFLAGS="-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -pedantic"
...(this only an exerpt)...
The text was updated successfully, but these errors were encountered: