mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
ci: enable -Werror for msys2+meson
This commit is contained in:
parent
b12b08df2f
commit
9b367e74ef
@ -38,6 +38,7 @@ custom_c_args = cc.get_supported_arguments([
|
||||
'-Wno-unused-parameter',
|
||||
'-Wno-cast-align',
|
||||
'-Wno-unused-function',
|
||||
'-Wno-return-type',
|
||||
])
|
||||
cmph = static_library('cmph',
|
||||
sources: cmph_sources,
|
||||
|
@ -76,6 +76,8 @@ static HMODULE girepository_dll = NULL;
|
||||
|
||||
#ifdef DLL_EXPORT
|
||||
|
||||
BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved);
|
||||
|
||||
BOOL WINAPI
|
||||
DllMain (HINSTANCE hinstDLL,
|
||||
DWORD fdwReason,
|
||||
|
Loading…
Reference in New Issue
Block a user