Skip to content

casting a spell casts the wrong spell #80185

casting a spell casts the wrong spell

casting a spell casts the wrong spell #80185

Triggered via pull request September 2, 2024 12:50
Status Failure
Total duration 3h 21m 7s
Artifacts

clang-tidy.yml

on: pull_request
skip-duplicates
5s
skip-duplicates
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

8 errors
build (src): src/npctalk_funcs.cpp#L1288
Prefer constructing 'point' from named constant 'point_north_west' rather than explicit integer arguments. [cata-use-named-point-constants,-warnings-as-errors]
build (src): src/npctalk_funcs.cpp#L1289
Prefer constructing 'point' from named constant 'point_south_east' rather than explicit integer arguments. [cata-use-named-point-constants,-warnings-as-errors]
build (src): src/overmap_ui.cpp#L76
Variable 'ACT_AUTODRIVE' declared but not used. [cata-unused-statics,-warnings-as-errors]
build (src): src/uistate.h#L143
Function 'deserialize' appears to be a serialization function for class 'uistatedata' but does not mention field 'overmap_fast_travel'. [cata-serialize,-warnings-as-errors]
build (src): src/uistate.h#L143
Function 'serialize' appears to be a serialization function for class 'uistatedata' but does not mention field 'overmap_fast_travel'. [cata-serialize,-warnings-as-errors]
build (src): src/uistate.h#L144
Function 'deserialize' appears to be a serialization function for class 'uistatedata' but does not mention field 'overmap_fast_scroll'. [cata-serialize,-warnings-as-errors]
build (src): src/uistate.h#L144
Function 'serialize' appears to be a serialization function for class 'uistatedata' but does not mention field 'overmap_fast_scroll'. [cata-serialize,-warnings-as-errors]
build (src)
Process completed with exit code 123.