aboutsummaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorAnthony Barbier <anthony.barbier@arm.com>2018-07-02 09:27:20 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:54:10 +0000
commit95008d8749ffdb105835d8088a8894efaeae2a16 (patch)
tree1e87946fd8865900abacb5e8233f18c6a51a01ab /SConstruct
parent7908de7ea914c1c968af01880357791a300483be (diff)
downloadComputeLibrary-95008d8749ffdb105835d8088a8894efaeae2a16.tar.gz
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 <bsgcomp@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com>
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
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'])