refactor!: give items identity #6305
Annotations
10 warnings
src/player_activity.cpp#L508
the value returned by this function should be used [bugprone-unused-return-value]
|
src/map.cpp#L118
Variable 'itype_nail' declared but not used. [cata-unused-statics]
|
src/map.cpp#L3150
'it' used after it was moved [bugprone-use-after-move]
|
src/map.cpp#L4381
'obj' used after it was moved [bugprone-use-after-move]
|
src/map.cpp#L4903
'it' used after it was moved [bugprone-use-after-move]
|
src/map.cpp#L4966
'it' used after it was moved [bugprone-use-after-move]
|
src/map.h#L111
function 'map_stack::erase' has a definition with different parameter names [readability-inconsistent-declaration-parameter-name]
|
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]
|
src/iuse.cpp#L2643
result of integer division used in a floating point context; possible loss of precision [bugprone-integer-division]
|
The logs for this run have expired and are no longer available.
Loading