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