Skip to content

Add: Install, Pack (windows) and Release workflow #37

Add: Install, Pack (windows) and Release workflow

Add: Install, Pack (windows) and Release workflow #37

Triggered via pull request November 29, 2023 14:07
@glx22glx22
synchronize #28
glx22:install
Status Success
Total duration 3m 17s
Artifacts

ci-build.yml

on: pull_request
Matrix: Linux
Matrix: Mac OS
Matrix: Windows
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
Linux (clang, clang++): src/messages.cpp#L76
passing an object that undergoes default argument promotion to 'va_start' has undefined behavior [-Wvarargs]
Linux (clang, clang++): src/sanity.cpp#L155
passing an object that undergoes default argument promotion to 'va_start' has undefined behavior [-Wvarargs]
Windows (windows-2019, x86): src/pseudo.cpp#L794
'initializing': conversion from 'std::streamoff' to 'size_t', possible loss of data
Windows (windows-2019, x86): src/pseudo.cpp#L800
'initializing': conversion from 'std::streamoff' to 'size_t', possible loss of data
Windows (windows-latest, x86): src/pseudo.cpp#L794
'initializing': conversion from 'std::streamoff' to 'size_t', possible loss of data
Windows (windows-latest, x86): src/pseudo.cpp#L800
'initializing': conversion from 'std::streamoff' to 'size_t', possible loss of data
Mac OS (x64, x86_64): src/md5.cpp#L164
performing pointer subtraction with a null pointer may have undefined behavior [-Wnull-pointer-subtraction]
Mac OS (x64, x86_64): src/pcxsprit.cpp#L175
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
Mac OS (x64, x86_64): src/pcxsprit.cpp#L177
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
Mac OS (x64, x86_64): src/sprites.cpp#L204
variable 'i' set but not used [-Wunused-but-set-variable]
Mac OS (x64, x86_64): src/data.cpp#L1243
'fmemopen' is only available on macOS 10.13 or newer [-Wunguarded-availability-new]
Mac OS (x64, x86_64): src/messages.cpp#L76
passing an object that undergoes default argument promotion to 'va_start' has undefined behavior [-Wvarargs]
Mac OS (x64, x86_64): src/sanity.cpp#L155
passing an object that undergoes default argument promotion to 'va_start' has undefined behavior [-Wvarargs]