build: remove chkjson #6436
Annotations
10 warnings
src/npcmove.cpp#L126
Variable 'itype_UPS' 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/item.cpp#L140
Variable 'itype_hand_crossbow' declared but not used. [cata-unused-statics]
|
src/item.cpp#L185
Variable 'flag_CROSSBOW' declared but not used. [cata-unused-statics]
|
src/activity_handlers.cpp#L242
Variable 'qual_AXE' declared but not used. [cata-unused-statics]
|
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]
|
src/map_extras.cpp#L68
Variable 'flag_LIQUID' declared but not used. [cata-unused-statics]
|
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]
|
The logs for this run have expired and are no longer available.
Loading