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

Warnings

parent c6753f19
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,8 @@ AM_CXXFLAGS = \
-Wno-tautological-compare \
-Wno-type-limits \
-Wno-unused-parameter \
-Wno-unused-variable
-Wno-unused-variable \
-Wno-unneeded-internal-declaration
AM_CPPFLAGS = \
-DDUNE_FMatrix_WITH_CHECKING \
......
......@@ -51,8 +51,8 @@ AM_CXXFLAGS = \
-Wno-tautological-compare \
-Wno-type-limits \
-Wno-unused-parameter \
-Wno-unused-variable
-Wno-unused-variable \
-Wno-unneeded-internal-declaration
AM_CPPFLAGS = \
-DDUNE_FMatrix_WITH_CHECKING \
$(DUNE_CPPFLAGS) \
......
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