From 95008d8749ffdb105835d8088a8894efaeae2a16 Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Mon, 2 Jul 2018 09:27:20 +0100 Subject: COMPMID-1313: Tried to remove -Wno-implicit-fallthrough as it doesn't seem to be supported by recent compilers Change-Id: I4c48856e482741420df2696d918e901477e94d74 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/138198 Tested-by: Jenkins Reviewed-by: Georgios Pinitas --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 23b9b2f7b4..b393a7eb5a 100644 --- a/SConstruct +++ b/SConstruct @@ -91,7 +91,7 @@ env.Append(CXXFLAGS = ['-Wno-deprecated-declarations','-Wall','-DARCH_ARM', '-Wextra','-Wno-unused-parameter','-pedantic','-Wdisabled-optimization','-Wformat=2', '-Winit-self','-Wstrict-overflow=2','-Wswitch-default', '-fpermissive','-std=gnu++11','-Wno-vla','-Woverloaded-virtual', - '-Wctor-dtor-privacy','-Wsign-promo','-Weffc++','-Wno-format-nonliteral','-Wno-overlength-strings','-Wno-strict-overflow','-Wno-implicit-fallthrough']) + '-Wctor-dtor-privacy','-Wsign-promo','-Weffc++','-Wno-format-nonliteral','-Wno-overlength-strings','-Wno-strict-overflow']) env.Append(CPPDEFINES = ['_GLIBCXX_USE_NANOSLEEP']) -- cgit v1.2.1