-
Notifications
You must be signed in to change notification settings - Fork 29.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
Compiler warnings with recent commit #31517
Labels
build
Issues and PRs related to build files or the CI.
Comments
lundibundi
added a commit
to lundibundi/node
that referenced
this issue
Jan 26, 2020
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#31475 appears to have introduced compiler warnings, at least with GCC 7.4.0. These warnings even show up in CI runs for that PR, such as on the Ubuntu 18.04 build node.
They look like this:
My guess is that the warning types are GCC version-dependent. Perhaps we just need to wrap these with an
#ifdef
checking the compiler version?/cc @danbev
The text was updated successfully, but these errors were encountered: