mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-17 16:08:21 +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:
@@ -43,6 +43,7 @@ if cc.get_id() != 'msvc'
|
||||
'-Wno-cast-align',
|
||||
'-Wno-unused-function',
|
||||
'-Wno-return-type',
|
||||
'-Wno-sometimes-uninitialized',
|
||||
])
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user