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

Disable some warnings

parent 55b8290f
No related merge requests found
...@@ -22,7 +22,15 @@ test_gradient_method_SOURCES = \ ...@@ -22,7 +22,15 @@ test_gradient_method_SOURCES = \
TESTS= test-python test-gradient-method TESTS= test-python test-gradient-method
AM_CXXFLAGS = -Wall -Wextra -Wno-unused-parameter # Some are for clang, others are for gcc
AM_CXXFLAGS = \
-Wall \
-Wextra \
-Wno-unused-parameter \
-Wno-tautological-compare \
-Wno-c++11-compat \
-Wno-unused-variable \
-Wno-type-limits
AM_CPPFLAGS = \ AM_CPPFLAGS = \
$(DUNE_CPPFLAGS) \ $(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