-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Annoying compile warnings #414
Comments
The Could you go to line 1180 of |
I was able to reproduce it. The problem was in the too conservative GCC version check. The unused attribute is available at least in gcc 3.2.1: https://gcc.gnu.org/onlinedocs/gcc-3.2.1/gcc/Type-Attributes.html#Type%20Attributes. Fixed in 2fa4655. Thanks for reporting! |
Great, thanks for fixing this issue. Back to zero warnings in my library On Sun, Nov 6, 2016 at 12:52 PM, Victor Zverovich [email protected]
|
When I compile a library calling cppformat, I get lots of warnings like these when I compile on OSX with Xcode:
It would be awesome if you would kill these warnings somehow.
The text was updated successfully, but these errors were encountered: