Fix Repair Nanobots #6520
Annotations
10 warnings
src/iuse.cpp#L2640
result of integer division used in a floating point context; possible loss of precision [bugprone-integer-division]
|
src/mapgen.cpp#L87
Variable 'GROUP_NETHER' declared but not used. [cata-unused-statics]
|
src/mapgen.cpp#L89
Variable 'GROUP_ROBOT_SECUBOT' declared but not used. [cata-unused-statics]
|
src/map_extras.cpp#L68
Variable 'flag_LIQUID' declared but not used. [cata-unused-statics]
|
src/ranged.cpp#L130
Variable 'skill_dodge' declared but not used. [cata-unused-statics]
|
src/ranged.cpp#L874
'ammo' used after it was moved [bugprone-use-after-move]
|
src/explosion.cpp#L553
Variable 'delay_ms' declared as 'const long'. Prefer int or int64_t to long. [cata-no-long]
|
src/explosion.cpp#L553
Static cast to 'long'. Prefer int or int64_t to long. [cata-no-long]
|
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]
|
The logs for this run have expired and are no longer available.
Loading