Several community upgrades #170
Annotations
10 errors and 36 warnings
Mac OS (arm64)
Process completed with exit code 8.
|
Linux (GCC - SDL1.2)
Process completed with exit code 8.
|
Linux (GCC - SDL2)
Process completed with exit code 8.
|
Linux (Clang - Debug)
Process completed with exit code 8.
|
Windows (windows-latest / x64)
Process completed with exit code 8.
|
Windows (windows-latest / x86)
Process completed with exit code 8.
|
Linux (Clang - Release)
Process completed with exit code 8.
|
MinGW (i686)
Process completed with exit code 8.
|
MinGW (x86_64)
Process completed with exit code 8.
|
Check Annotations
45 annotation(s) found
|
Mac OS (arm64):
src/citymania/cm_commands_gui.cpp#L68
unused variable 'INI_SERVER_KEYS' [-Wunused-const-variable]
|
Mac OS (arm64):
src/citymania/cm_command_log.cpp#L42
format specifies type 'unsigned long' but the argument has type 'TimerGameTick::TickCounter' (aka 'unsigned long long') [-Wformat]
|
Mac OS (arm64):
src/video/cocoa/cocoa_v.mm#L478
unused variable 'old_ctrl_pressed' [-Wunused-variable]
|
Emscripten:
src/citymania/cm_command_log.cpp#L42
format specifies type 'unsigned long' but the argument has type 'TimerGameTick::TickCounter' (aka 'unsigned long long') [-Wformat]
|
Emscripten:
src/citymania/cm_commands_gui.cpp#L68
unused variable 'INI_SERVER_KEYS' [-Wunused-const-variable]
|
Linux (GCC - SDL1.2):
src/video/allegro_v.cpp#L466
unused variable ‘old_ctrl_pressed’ [-Wunused-variable]
|
Linux (GCC - SDL1.2):
src/video/sdl_v.cpp#L655
unused variable ‘old_ctrl_pressed’ [-Wunused-variable]
|
Linux (GCC - SDL2):
src/video/allegro_v.cpp#L466
unused variable ‘old_ctrl_pressed’ [-Wunused-variable]
|
Linux (Clang - Debug):
src/citymania/cm_commands_gui.cpp#L68
unused variable 'INI_SERVER_KEYS' [-Wunused-const-variable]
|
Linux (Clang - Debug):
src/video/allegro_v.cpp#L466
unused variable 'old_ctrl_pressed' [-Wunused-variable]
|
Windows (windows-latest / x64):
src/citymania/cm_bitstream.cpp#L54
'return': conversion from 'size_t' to 'uint', possible loss of data
|
Windows (windows-latest / x64):
src/citymania/cm_export.cpp#L464
'=': conversion from 'size_t' to 'uint', possible loss of data
|
Windows (windows-latest / x64):
src/citymania/cm_base64.cpp#L85
'initializing': conversion from 'size_t' to 'int', possible loss of data
|
Windows (windows-latest / x64):
src/citymania/cm_base64.cpp#L96
'=': conversion from 'size_t' to 'unsigned char', possible loss of data
|
Windows (windows-latest / x64):
src/citymania/cm_base64.cpp#L113
'=': conversion from 'size_t' to 'unsigned char', possible loss of data
|
Windows (windows-latest / x64):
src/citymania/cm_cargo_table_gui.cpp#L91
'=': conversion from 'size_t' to 'uint', possible loss of data
|
Windows (windows-latest / x64):
src/citymania/cm_commands.cpp#L189
'return': conversion from 'size_t' to 'uint', possible loss of data
|
Windows (windows-latest / x64):
src/citymania/cm_commands_gui.cpp#L655
'initializing': conversion from 'size_t' to 'int', possible loss of data
|
Windows (windows-latest / x64):
src/citymania/cm_commands_gui.cpp#L677
'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
|
Windows (windows-latest / x64):
src/citymania/cm_commands_gui.cpp#L851
'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
|
Windows (windows-latest / x86):
src/citymania/cm_base64.cpp#L96
'=': conversion from 'size_t' to 'unsigned char', possible loss of data
|
Windows (windows-latest / x86):
src/citymania/cm_base64.cpp#L113
'=': conversion from 'size_t' to 'unsigned char', possible loss of data
|
Windows (windows-latest / x86):
src/citymania/cm_command_log.cpp#L42
'fprintf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 2 has type 'TimerGameTick::TickCounter'
|
Windows (windows-latest / x86):
src/citymania/cm_highlight.cpp#L600
'argument': conversion from 'size_t' to 'byte', possible loss of data
|
Windows (windows-latest / x86):
src/citymania/cm_highlight.cpp#L1430
'<': unsafe use of type 'bool' in operation
|
Windows (windows-latest / x86):
src/citymania/cm_highlight.cpp#L1431
'<': unsafe use of type 'bool' in operation
|
Windows (windows-latest / x86):
src/citymania/cm_highlight.cpp#L1432
'<': unsafe use of type 'bool' in operation
|
Windows (windows-latest / x86):
src/citymania/cm_highlight.cpp#L1433
'<': unsafe use of type 'bool' in operation
|
Windows (windows-latest / x86):
src/citymania/cm_highlight.cpp#L1434
'==': unsafe mix of type 'uint8_t' and type 'bool' in operation
|
Windows (windows-latest / x86):
src/citymania/cm_highlight.cpp#L1434
'==': unsafe mix of type 'uint8_t' and type 'bool' in operation
|
Linux (Clang - Release):
src/citymania/cm_commands_gui.cpp#L68
unused variable 'INI_SERVER_KEYS' [-Wunused-const-variable]
|
Linux (Clang - Release):
src/video/allegro_v.cpp#L466
unused variable 'old_ctrl_pressed' [-Wunused-variable]
|
MinGW (i686):
src/citymania/cm_command_log.cpp#L42
format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'TimerGameTick::TickCounter' {aka 'long long unsigned int'} [-Wformat=]
|
MinGW (i686):
src/video/win32_v.cpp#L869
unused variable 'old_ctrl_pressed' [-Wunused-variable]
|
MinGW (x86_64):
src/citymania/cm_command_log.cpp#L42
format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'TimerGameTick::TickCounter' {aka 'long long unsigned int'} [-Wformat=]
|
MinGW (x86_64):
src/video/win32_v.cpp#L869
unused variable 'old_ctrl_pressed' [-Wunused-variable]
|