refactor: fahrenheit to celsius in codebase, part 1 #6387
Annotations
10 warnings
src/npcmove.cpp#L126
Variable 'itype_UPS' declared but not used. [cata-unused-statics]
|
src/map.cpp#L121
Variable 'itype_nail' declared but not used. [cata-unused-statics]
|
src/mapgen.cpp#L87
Variable 'GROUP_NETHER' declared but not used. [cata-unused-statics]
|
src/mapgen.cpp#L89
Variable 'GROUP_ROBOT_SECUBOT' declared but not used. [cata-unused-statics]
|
src/iuse.cpp#L2637
result of integer division used in a floating point context; possible loss of precision [bugprone-integer-division]
|
src/bionics.cpp#L500
return type 'const std::map<item, bionic_id>' (aka 'const map<item, string_id<bionic_data>>') is 'const'-qualified at the top level, which may reduce code readability without improving const correctness [readability-const-return-type]
|
src/point_rotate.cpp#L12
Construction of 'point' can be simplified using overloaded arithmetic operators. [cata-use-point-arithmetic]
|
src/grab.cpp#L59
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#L59
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]
|
src/npc.h#L1425
function 'npc_overmap::spawn_chance_in_hour' has a definition with different parameter names [readability-inconsistent-declaration-parameter-name]
|
The logs for this run have expired and are no longer available.
Loading