mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-10-31 11:36:18 +01:00
build: disable some clang warnings for code not under our control
cmph is vendored and other one is bison/flex generated code. Not much we can do here, so disable those warnings there.
This commit is contained in:
parent
a068c6c303
commit
ac01cf93f4
@ -43,6 +43,7 @@ if cc.get_id() != 'msvc'
|
||||
'-Wno-cast-align',
|
||||
'-Wno-unused-function',
|
||||
'-Wno-return-type',
|
||||
'-Wno-sometimes-uninitialized',
|
||||
])
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user