mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 984079 - Suppress clang and gcc warnings in third-party code: protobuf. r=mmc
This commit is contained in:
parent
a87bcb5238
commit
fca4f67cbd
@ -46,3 +46,10 @@ UNIFIED_SOURCES += [
|
||||
FINAL_LIBRARY = 'toolkitcomps'
|
||||
|
||||
DEFINES['GOOGLE_PROTOBUF_NO_RTTI'] = True
|
||||
|
||||
# Suppress warnings in third-party code.
|
||||
if CONFIG['GNU_CXX']:
|
||||
CXXFLAGS += [
|
||||
'-Wno-null-conversion',
|
||||
'-Wno-sign-compare',
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user