Replace mINI with inih (v57) #5452
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]
|