-
Notifications
You must be signed in to change notification settings - Fork 9
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
Enable warnings by default #329
Comments
nlslatt
added a commit
that referenced
this issue
Mar 26, 2019
This should work but I'm not submitting a PR until after #306. |
Closed
nlslatt
added a commit
that referenced
this issue
Mar 27, 2019
nlslatt
added a commit
that referenced
this issue
Apr 5, 2019
nlslatt
added a commit
that referenced
this issue
Apr 5, 2019
The final set of warning flags used:
(or the subset of these supported by the compiler being used). |
The associated PR is #348. |
lifflander
pushed a commit
that referenced
this issue
Apr 16, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Turn on -Wall and -pedantic by default if supported by the compiler. Also turn on -Wno-variadic-macros and -Wno-gnu-zero-variadic-macro-arguments until #305 and darma-mpi-backend/meld#3 are closed.
The text was updated successfully, but these errors were encountered: