Skip to content

Replace mINI with inih (v57) #5452

Replace mINI with inih (v57)

Replace mINI with inih (v57) #5452

Triggered via pull request November 9, 2023 00:00
Status Failure
Total duration 4m 53s
Artifacts

CI_archlinux.yml

on: pull_request
Matrix: archlinux-latest-gcc
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 2 warnings
Arch :LATEST [GCC]: src/configuration.cpp#L231
format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 6 has type ‘PHYSFS_sint64’ {aka ‘long long int’} [-Werror=format=]
Arch :LATEST [GCC]
Process completed with exit code 1.
Arch :LATEST [Clang]: src/configuration.cpp#L231
format specifies type 'unsigned long' but the argument has type 'PHYSFS_sint64' (aka 'long long') [-Werror,-Wformat]
Arch :LATEST [Clang]
Process completed with exit code 1.
Arch :LATEST [GCC]: src/droid.cpp#L254
conversion from ‘float’ to ‘int’ may change value [-Wfloat-conversion]
Arch :LATEST [Clang]: src/droid.cpp#L254
implicit conversion turns floating-point number into integer: 'float' to 'int' [-Wfloat-conversion]