Fix CTD on debugmsg with no Lua instance #6402
Annotations
10 warnings
src/map.cpp#L121
Variable 'itype_nail' declared but not used. [cata-unused-statics]
|
src/npc.h#L1425
function 'npc_overmap::spawn_chance_in_hour' has a definition with different parameter names [readability-inconsistent-declaration-parameter-name]
|
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]
|
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#L500
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]
|
src/options.cpp#L1877
insufficient spaces at this location. 2 required, but only 1 found. [cata-text-style]
|
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]
|
The logs for this run have expired and are no longer available.
Loading