Fixed segfault caused by attitude check when monster shooting vehicle… #6328
Annotations
10 warnings
src/iuse.cpp#L2636
result of integer division used in a floating point context; possible loss of precision [bugprone-integer-division]
|
tests/find_auto_consume_test.cpp#L97
Prefer constructing 'tripoint' from named constant 'tripoint_east' rather than explicit integer arguments. [cata-use-named-point-constants]
|
tests/find_auto_consume_test.cpp#L140
Prefer constructing 'tripoint' from named constant 'tripoint_east' rather than explicit integer arguments. [cata-use-named-point-constants]
|
src/activity_handlers.cpp#L241
Variable 'qual_AXE' declared but not used. [cata-unused-statics]
|
src/item.cpp#L138
Variable 'itype_hand_crossbow' declared but not used. [cata-unused-statics]
|
src/item.cpp#L183
Variable 'flag_CROSSBOW' 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]
|
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]
|
The logs for this run have expired and are no longer available.
Loading