-
Notifications
You must be signed in to change notification settings - Fork 84
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
-Wundef warnings on Windows #114
Labels
Comments
ebassi
added a commit
that referenced
this issue
Apr 9, 2018
The C pre-processors symbols we are using to decide whether SSE builtins are available need to be checked for being defined, before we can use them in comparisons. Fixes #114
It would be nice to have a MSVC compiler flag to catch the equivalent of |
I could add a MSYS2 job to appveyor if you want. |
ok, added to my list
Yes, build output: https://bpaste.net/show/5108f78c1a5e |
Thanks! I see other issues in that build log; would you mind filing them as well? |
ebassi
added a commit
that referenced
this issue
Apr 9, 2018
The C pre-processors symbols we are using to decide whether SSE builtins are available need to be checked for being defined, before we can use them in comparisons. Fixes #114
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Building gtk4 on Windows which uses -Wundef results in lots of warnings (see https://gitlab.gnome.org/creiter/gtk/-/jobs/21892):
The text was updated successfully, but these errors were encountered: