feat(port): move vehicles in elevator #6346
Triggered via pull request
September 15, 2023 23:04
Status
Success
Total duration
2h 16m 24s
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
7s
build
2h 15m
Annotations
10 warnings
build:
src/bionics.cpp#L499
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/npcmove.cpp#L125
Variable 'itype_UPS' declared but not used. [cata-unused-statics]
|
build:
src/monmove.cpp#L122
Construction of 'tripoint' can be simplified. [cata-simplify-point-constructors]
|
build:
src/monmove.cpp#L122
Construction of 'tripoint' can be simplified using overloaded arithmetic operators. [cata-use-point-arithmetic]
|
build:
src/monmove.cpp#L1585
Construction of 'tripoint' can be simplified. [cata-simplify-point-constructors]
|
build:
src/monmove.cpp#L1585
Construction of 'tripoint' can be simplified using overloaded arithmetic operators. [cata-use-point-arithmetic]
|
build:
src/mapgen.cpp#L86
Variable 'GROUP_NETHER' declared but not used. [cata-unused-statics]
|
build:
src/mapgen.cpp#L88
Variable 'GROUP_ROBOT_SECUBOT' declared but not used. [cata-unused-statics]
|
build:
src/item.cpp#L138
Variable 'itype_hand_crossbow' declared but not used. [cata-unused-statics]
|
build:
src/item.cpp#L183
Variable 'flag_CROSSBOW' declared but not used. [cata-unused-statics]
|