Change: Support decoding of NewGRF with out-of-order v2 container and 32bpp-only files. #38
ci-build.yml
on: pull_request
Matrix: Linux
Matrix: Mac OS
Matrix: Windows
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]
|
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#L205
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]
|
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
|