mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
Disable -Wimplicit-fallthrough in parser/html
GCC 7 supports the clang option -Wimplicit-fallthrough.
This commit is contained in:
parent
3d90bec874
commit
c47b155157
1 changed files with 3 additions and 4 deletions
|
|
@ -98,7 +98,6 @@ LOCAL_INCLUDES += [
|
|||
'/dom/base',
|
||||
]
|
||||
|
||||
if CONFIG['GNU_CXX']:
|
||||
CXXFLAGS += ['-Wno-error=shadow']
|
||||
if CONFIG['CLANG_CXX']:
|
||||
CXXFLAGS += ['-Wno-implicit-fallthrough']
|
||||
if CONFIG['GNU_CXX'] or CONFIG['CLANG_CXX']:
|
||||
CXXFLAGS += ['-Wno-error=shadow',
|
||||
'-Wno-implicit-fallthrough']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue