Skip to content

feat(content,port): corpses decay into items, use existing harvest entries to actually implement feature, fix off-map decay behavior #8056

feat(content,port): corpses decay into items, use existing harvest entries to actually implement feature, fix off-map decay behavior

feat(content,port): corpses decay into items, use existing harvest entries to actually implement feature, fix off-map decay behavior #8056

Triggered via pull request June 8, 2024 19:32
Status Failure
Total duration 1h 17m 42s
Artifacts

clang-tidy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
build: src/map.cpp#L7651
reference to type 'detached_ptr<item>' could not bind to an rvalue of type 'typename std::remove_reference<item *const &>::type' (aka 'item *const') [clang-diagnostic-error]
build: src/map.cpp#L7651
std::move of the const variable 'it' of the trivially-copyable type 'item *const' has no effect; remove std::move() [performance-move-const-arg,-warnings-as-errors]
build
Process completed with exit code 123.