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:
Matt A. Tobin 2019-10-16 12:43:20 -04:00 committed by Roy Tam
commit d381d20590

View file

@ -66,4 +66,4 @@ LOCAL_INCLUDES += [
]
if CONFIG['GNU_CXX']:
CXXFLAGS += ['-Wno-shadow', '-Werror=format']
CXXFLAGS += ['-Wno-shadow']