Bug 1387569 - Also enable -Wno-implicit-fallthrough for gcc in dom/canvas (exists from gcc 7) r=jgilbert

MozReview-Commit-ID: IABJ8UM2ItU

--HG--
extra : rebase_source : 4307f2b77d6e59bdebc9092e92257b782c2bc3c2
This commit is contained in:
Sylvestre Ledru 2017-08-04 21:37:03 +02:00
parent 368c87be52
commit 4aaec5e153

View File

@ -188,7 +188,7 @@ SOURCES += [
]
# Suppress warnings from third-party code.
if CONFIG['CLANG_CXX']:
if CONFIG['CLANG_CXX'] or CONFIG['GNU_CXX']:
SOURCES['MurmurHash3.cpp'].flags += ['-Wno-implicit-fallthrough']
LOCAL_INCLUDES += [