refactor: fahrenheit to celsius in codebase, part 1 #6383
Annotations
2 errors and 5 warnings
|
|
src/explosion.cpp#L552
Variable 'delay_ms' declared as 'const long'. Prefer int or int64_t to long. [cata-no-long]
|
src/explosion.cpp#L552
Static cast to 'long'. Prefer int or int64_t to long. [cata-no-long]
|
src/map_extras.cpp#L67
Variable 'flag_LIQUID' declared but not used. [cata-unused-statics]
|
src/grab.cpp#L58
Address of stack memory associated with local variable 'veh' is still referred to by the static variable 'get_wheel_pos' upon returning to the caller. This will be a dangling reference [clang-analyzer-core.StackAddressEscape]
|
src/grab.cpp#L58
Address of stack memory associated with temporary object of type 'tripoint' is still referred to by the static variable 'get_wheel_pos' upon returning to the caller. This will be a dangling reference [clang-analyzer-core.StackAddressEscape]
|
The logs for this run have expired and are no longer available.
Loading