Migrate ACT_PULP to the new activity actor system #80244
Triggered via pull request
September 3, 2024 15:14
Status
Failure
Total duration
52m 35s
Artifacts
–
clang-tidy.yml
on: pull_request
skip-duplicates
9s
Matrix: build
Annotations
8 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):
src/overmap_ui.cpp#L76
Variable 'ACT_AUTODRIVE' declared but not used. [cata-unused-statics,-warnings-as-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)
Process completed with exit code 123.
|