feat(content,port): corpses decay into items, use existing harvest entries to actually implement feature, fix off-map decay behavior #8056
clang-tidy.yml
on: pull_request
skip-duplicates
4s
build
1h 17m
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.
|