Switch Windows builds to cmake / mingw. #486
build-targets.yml
on: pull_request
Matrix: macos-build
Matrix: appimage-build
Matrix: windows-build
macos-universal
13s
Annotations
14 warnings
macos-build (x64):
src/sv_mod_frags.c#L181
passing 'const PCRE2_UCHAR8 **' (aka 'const unsigned char **') to parameter of type 'PCRE2_UCHAR8 **' (aka 'unsigned char **') discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers]
|
macos-build (x64):
src/snd_mem.c#L679
passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
|
macos-build (x64):
src/snd_mem.c#L679
passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
|
macos-build (x64):
src/gl_misc.c#L86
declaration does not declare anything [-Wmissing-declarations]
|
macos-build (arm64):
src/sv_mod_frags.c#L181
passing 'const PCRE2_UCHAR8 **' (aka 'const unsigned char **') to parameter of type 'PCRE2_UCHAR8 **' (aka 'unsigned char **') discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers]
|
macos-build (arm64):
src/snd_mem.c#L679
passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
|
macos-build (arm64):
src/snd_mem.c#L679
passing 'const byte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
|
macos-build (arm64):
src/gl_misc.c#L86
declaration does not declare anything [-Wmissing-declarations]
|
windows-build (x64):
build-mingw64-x64-cross/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
|
windows-build (x64):
src/sv_mod_frags.c#L181
passing argument 1 of ‘pcre2_substring_list_free_8’ from incompatible pointer type [-Wincompatible-pointer-types]
|
windows-build (x64):
src/snd_mem.c#L679
pointer targets in passing argument 1 of ‘strncmp’ differ in signedness [-Wpointer-sign]
|
windows-build (x64):
src/snd_mem.c#L679
pointer targets in passing argument 1 of ‘strncmp’ differ in signedness [-Wpointer-sign]
|
windows-build (x64):
src/gl_misc.c#L86
useless type name in empty declaration
|
windows-build (x64):
src/q_shared.c#L250
writing 1 byte into a region of size 0 [-Wstringop-overflow=]
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
ezQuake-macOS
|
7.72 MB |
|
linux-x86_64-AppImage
|
19.6 MB |
|
windows-multi-x64
|
4.48 MB |
|