mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
Disable -Wimplicit-fallthrough in dom/canvas
GCC 7 supports the clang option -Wimplicit-fallthrough.
This commit is contained in:
parent
4a350f434e
commit
dc145a0b72
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,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 += [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue