refactor!: give items identity #6330
Annotations
10 warnings
tests/basecamp_test.cpp#L44
'food' used after it was moved [bugprone-use-after-move]
|
src/npc.h#L1425
function 'npc_overmap::spawn_chance_in_hour' has a definition with different parameter names [readability-inconsistent-declaration-parameter-name]
|
src/character.cpp#L408
initializer for base class 'Creature' is redundant [readability-redundant-member-init]
|
src/character.cpp#L485
std::move of the expression of the trivially-copyable type 'bool' has no effect; remove std::move() [performance-move-const-arg]
|
src/character.cpp#L486
std::move of the expression of the trivially-copyable type 'bool' has no effect; remove std::move() [performance-move-const-arg]
|
src/character.cpp#L488
std::move of the expression of the trivially-copyable type 'int' has no effect; remove std::move() [performance-move-const-arg]
|
src/character.cpp#L489
std::move of the expression of the trivially-copyable type 'int' has no effect; remove std::move() [performance-move-const-arg]
|
src/character.cpp#L490
std::move of the expression of the trivially-copyable type 'int' has no effect; remove std::move() [performance-move-const-arg]
|
src/character.cpp#L491
std::move of the expression of the trivially-copyable type 'int' has no effect; remove std::move() [performance-move-const-arg]
|
src/character.cpp#L493
std::move of the expression of the trivially-copyable type 'int' has no effect; remove std::move() [performance-move-const-arg]
|
The logs for this run have expired and are no longer available.
Loading