mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
Don't treat format warnings as errors in xpconnect
GCC 9 compiler does not like the way we have it in XPCWrappedNative.cpp
This commit is contained in:
parent
12097d40a2
commit
d381d20590
1 changed files with 1 additions and 1 deletions
|
|
@ -66,4 +66,4 @@ LOCAL_INCLUDES += [
|
|||
]
|
||||
|
||||
if CONFIG['GNU_CXX']:
|
||||
CXXFLAGS += ['-Wno-shadow', '-Werror=format']
|
||||
CXXFLAGS += ['-Wno-shadow']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue