From 2cf60c6d02c05adb968ebcb944cf244aa50fa65c Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Fri, 21 Feb 2014 16:52:51 +0100 Subject: [PATCH] [Build] Disable more warnings --- src/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 6dc771ed..66b6ed36 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -22,7 +22,10 @@ AM_CXXFLAGS = \ -Wall \ -Wextra \ -Wno-unused-parameter \ - -Wno-overloaded-virtual + -Wno-overloaded-virtual \ + -Wno-new-returns-null \ + -Wno-unknown-warning-option \ + -Wno-unknown-pragmas AM_CPPFLAGS = \ -DDUNE_FMatrix_WITH_CHECKING \ -- GitLab