fix: allow elevator misalignment #6391
Annotations
10 warnings
src/options.cpp#L1877
insufficient spaces at this location. 2 required, but only 1 found. [cata-text-style]
|
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]
|
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]
|
tests/find_auto_consume_test.cpp#L98
Prefer constructing 'tripoint' from named constant 'tripoint_east' rather than explicit integer arguments. [cata-use-named-point-constants]
|
tests/find_auto_consume_test.cpp#L141
Prefer constructing 'tripoint' from named constant 'tripoint_east' rather than explicit integer arguments. [cata-use-named-point-constants]
|
The logs for this run have expired and are no longer available.
Loading