mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 984076 - Suppress clang and gcc warnings in third-party code: sqlite3. r=mak
This commit is contained in:
parent
91c22489aa
commit
e8af59cd01
@ -73,3 +73,10 @@ if CONFIG['SOLARIS_SUNPRO_CC']:
|
||||
if CONFIG['OS_ARCH'] == 'WINNT':
|
||||
RCFILE = 'sqlite.rc'
|
||||
RESFILE = 'sqlite.res'
|
||||
|
||||
# Suppress warnings in third-party code.
|
||||
if CONFIG['GNU_CC']:
|
||||
CFLAGS += [
|
||||
'-Wno-sign-compare',
|
||||
'-Wno-type-limits',
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user