Streamline has_trait_flag behavior #6312
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/npcmove.cpp#L125
Variable 'itype_UPS' declared but not used. [cata-unused-statics]
|
src/map.cpp#L120
Variable 'itype_nail' declared but not used. [cata-unused-statics]
|
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/options.cpp#L1877
insufficient spaces at this location. 2 required, but only 1 found. [cata-text-style]
|
src/explosion.cpp#L552
Variable 'delay_ms' declared as 'const long'. Prefer int or int64_t to long. [cata-no-long]
|
src/explosion.cpp#L552
Static cast to 'long'. Prefer int or int64_t to long. [cata-no-long]
|
The logs for this run have expired and are no longer available.
Loading