Skip to content
Snippets Groups Projects
Commit 2cf60c6d authored by Elias Pipping's avatar Elias Pipping
Browse files

[Build] Disable more warnings

parent 8253c6d8
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,10 @@ AM_CXXFLAGS = \ ...@@ -22,7 +22,10 @@ AM_CXXFLAGS = \
-Wall \ -Wall \
-Wextra \ -Wextra \
-Wno-unused-parameter \ -Wno-unused-parameter \
-Wno-overloaded-virtual -Wno-overloaded-virtual \
-Wno-new-returns-null \
-Wno-unknown-warning-option \
-Wno-unknown-pragmas
AM_CPPFLAGS = \ AM_CPPFLAGS = \
-DDUNE_FMatrix_WITH_CHECKING \ -DDUNE_FMatrix_WITH_CHECKING \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment