Allow filling containers directly from blood draw kit #6465
Annotations
10 warnings
src/monmove.cpp#L123
Construction of 'tripoint' can be simplified. [cata-simplify-point-constructors]
|
src/monmove.cpp#L123
Construction of 'tripoint' can be simplified using overloaded arithmetic operators. [cata-use-point-arithmetic]
|
src/monmove.cpp#L1586
Construction of 'tripoint' can be simplified. [cata-simplify-point-constructors]
|
src/monmove.cpp#L1586
Construction of 'tripoint' 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/bionics.cpp#L203
Variable 'flag_SPLINT' declared but not used. [cata-unused-statics]
|
src/bionics.cpp#L498
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/iuse.cpp#L2637
result of integer division used in a floating point context; possible loss of precision [bugprone-integer-division]
|
src/ranged.cpp#L130
Variable 'skill_dodge' declared but not used. [cata-unused-statics]
|
The logs for this run have expired and are no longer available.
Loading