Skip to content

Commit 18e8a78

Browse files
Merge pull request #5 from Whisky-App/mingw-w64-fixup
2 parents af22b10 + ccab11f commit 18e8a78

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)