From 4f6d08ce39cc430ed7ba90d143bf7af3fc8ca6d5 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 31 May 2014 11:09:35 +0200 Subject: fixed and retested on gcc 4.9.0 --- makefiles/gmake/compiler.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'makefiles') diff --git a/makefiles/gmake/compiler.mk b/makefiles/gmake/compiler.mk index abd7d36..fac6f94 100644 --- a/makefiles/gmake/compiler.mk +++ b/makefiles/gmake/compiler.mk @@ -131,6 +131,10 @@ ifeq "$(GCC_MINOR_VERSION)" "8" CXX_COMPILE_FLAGS += \ -Wno-unused-local-typedefs endif +ifeq "$(GCC_MINOR_VERSION)" "9" +CXX_COMPILE_FLAGS += \ + -Wno-unused-local-typedefs +endif endif ifeq "$(GCC_MAJOR_VERSION)" "3" -- cgit v1.2.3-54-g00ecf