From d4b722aab1c2cf548d43fdb4eca6ab4a0da3aa86 Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Tue, 25 Oct 2011 16:35:44 +0200
Subject: [PATCH] Ignore another warning

---
 src/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 3ceea058..2392fd5b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -33,7 +33,8 @@ AM_CXXFLAGS = \
 	-Wno-tautological-compare \
 	-Wno-c++11-compat \
 	-Wno-unused-variable \
-	-Wno-type-limits
+	-Wno-type-limits \
+	-Wno-overloaded-virtual
 
 AM_CPPFLAGS = \
 	$(DUNE_CPPFLAGS) \
-- 
GitLab