-
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
Lot of warnings with -Weverything flag #250
Comments
Hello! |
Sign conversion warnings should be fixed now (#281). |
|
(cherry picked from commit 3400e0d)
Hi!
Compiling with
-Weverything
produces a lot of warnings. Half of them are-Wsign-conversion
, some-Wswitch-enum
, some-Wunused-member-function
.Either I can try to fix it myself or to enclose them with pragmas or to wait for your participation.
The text was updated successfully, but these errors were encountered: