Skip to content

build: remove chkjson #6436

build: remove chkjson

build: remove chkjson #6436

Triggered via pull request September 24, 2023 05:47
Status Success
Total duration 2h 25m 28s
Artifacts

clang-tidy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/npcmove.cpp#L126
Variable 'itype_UPS' declared but not used. [cata-unused-statics]
build: src/ranged.cpp#L130
Variable 'skill_dodge' declared but not used. [cata-unused-statics]
build: src/ranged.cpp#L874
'ammo' used after it was moved [bugprone-use-after-move]
build: src/item.cpp#L140
Variable 'itype_hand_crossbow' declared but not used. [cata-unused-statics]
build: src/item.cpp#L185
Variable 'flag_CROSSBOW' declared but not used. [cata-unused-statics]
build: src/activity_handlers.cpp#L242
Variable 'qual_AXE' declared but not used. [cata-unused-statics]
build: src/bionics.cpp#L203
Variable 'flag_SPLINT' declared but not used. [cata-unused-statics]
build: 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]
build: src/map_extras.cpp#L68
Variable 'flag_LIQUID' declared but not used. [cata-unused-statics]
build: 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]