fix: missing "vehicle_part.h" includes #6385
Triggered via pull request
September 18, 2023 00:33
Status
Success
Total duration
2h 32m 43s
Artifacts
–
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
clang-tidy.yml
on: pull_request
skip-duplicates
6s
build
2h 5m
Annotations
10 warnings
build:
src/activity_handlers.cpp#L242
Variable 'qual_AXE' 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/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]
|
build:
src/item.cpp#L139
Variable 'itype_hand_crossbow' declared but not used. [cata-unused-statics]
|
build:
src/item.cpp#L184
Variable 'flag_CROSSBOW' declared but not used. [cata-unused-statics]
|
build:
src/mapgen.cpp#L87
Variable 'GROUP_NETHER' declared but not used. [cata-unused-statics]
|
build:
src/mapgen.cpp#L89
Variable 'GROUP_ROBOT_SECUBOT' declared but not used. [cata-unused-statics]
|
build:
src/options.cpp#L1877
insufficient spaces at this location. 2 required, but only 1 found. [cata-text-style]
|
build:
src/map_extras.cpp#L68
Variable 'flag_LIQUID' declared but not used. [cata-unused-statics]
|