Adjust soil from digging to match construction needs #6357
Annotations
10 warnings
src/iuse.cpp#L2636
result of integer division used in a floating point context; possible loss of precision [bugprone-integer-division]
|
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/activity_handlers.cpp#L241
Variable 'qual_AXE' declared but not used. [cata-unused-statics]
|
src/options.cpp#L1877
insufficient spaces at this location. 2 required, but only 1 found. [cata-text-style]
|
src/monmove.cpp#L122
Construction of 'tripoint' can be simplified. [cata-simplify-point-constructors]
|
src/monmove.cpp#L122
Construction of 'tripoint' can be simplified using overloaded arithmetic operators. [cata-use-point-arithmetic]
|
src/monmove.cpp#L1585
Construction of 'tripoint' can be simplified. [cata-simplify-point-constructors]
|
src/monmove.cpp#L1585
Construction of 'tripoint' can be simplified using overloaded arithmetic operators. [cata-use-point-arithmetic]
|
src/ranged.cpp#L129
Variable 'skill_dodge' declared but not used. [cata-unused-statics]
|
The logs for this run have expired and are no longer available.
Loading