Skip to content

Commit ccab11f

Browse files
authored
build: fixup for mingw-gcc 14.1
1 parent af22b10 commit ccab11f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ env:
1010
CXX: clang++
1111
CPATH: /usr/local/include
1212
LIBRARY_PATH: /usr/local/lib
13-
CFLAGS: -O3 -Wno-deprecated-declarations -Wno-incompatible-pointer-types
14-
CROSSCFLAGS: -O3
13+
CFLAGS: -O3 -Wno-deprecated-declarations -Wno-format -Wno-incompatible-pointer-types -Wno-implicit-function-declaration -Wno-int-conversion
14+
CROSSCFLAGS: -O3 -Wno-deprecated-declarations -Wno-format -Wno-incompatible-pointer-types -Wno-implicit-function-declaration -Wno-int-conversion
1515
LDFLAGS: -Wl,-ld_classic -Wl,-headerpad_max_install_names -Wl,-rpath,@loader_path/../../ -Wl,-rpath,/usr/local/lib
1616
MACOSX_DEPLOYMENT_TARGET: 10.14
1717
WINE_CONFIGURE: $GITHUB_WORKSPACE/configure

0 commit comments

Comments
 (0)