feat(port): attunements infrastructure #6326
Annotations
6 errors and 10 warnings
src/iexamine.cpp#L397
no member named 'spells_known_of_class' in 'Character' [clang-diagnostic-error]
|
src/iexamine.cpp#L413
use of undeclared identifier 'json_flag_ATTUNEMENT' [clang-diagnostic-error]
|
src/iexamine.cpp#L441
too many arguments to function call, expected 3, have 4 [clang-diagnostic-error]
|
src/iexamine.cpp#L452
call to 'has_attunement_spell_prereqs' is ambiguous [clang-diagnostic-error]
|
src/mutation_data.cpp#L623
use of undeclared identifier 'json_character_flag' [clang-diagnostic-error]
|
|
src/explosion.cpp#L552
Variable 'delay_ms' declared as 'const long'. Prefer int or int64_t to long. [cata-no-long]
|
src/explosion.cpp#L552
Static cast to 'long'. Prefer int or int64_t to long. [cata-no-long]
|
src/mapgen.cpp#L86
Variable 'GROUP_NETHER' declared but not used. [cata-unused-statics]
|
src/mapgen.cpp#L88
Variable 'GROUP_ROBOT_SECUBOT' declared but not used. [cata-unused-statics]
|
tests/find_auto_consume_test.cpp#L97
Prefer constructing 'tripoint' from named constant 'tripoint_east' rather than explicit integer arguments. [cata-use-named-point-constants]
|
tests/find_auto_consume_test.cpp#L140
Prefer constructing 'tripoint' from named constant 'tripoint_east' rather than explicit integer arguments. [cata-use-named-point-constants]
|
src/grab.cpp#L58
Address of stack memory associated with local variable 'veh' is still referred to by the static variable 'get_wheel_pos' upon returning to the caller. This will be a dangling reference [clang-analyzer-core.StackAddressEscape]
|
src/grab.cpp#L58
Address of stack memory associated with temporary object of type 'tripoint' is still referred to by the static variable 'get_wheel_pos' upon returning to the caller. This will be a dangling reference [clang-analyzer-core.StackAddressEscape]
|
src/ranged.cpp#L129
Variable 'skill_dodge' declared but not used. [cata-unused-statics]
|
src/ranged.cpp#L873
'ammo' used after it was moved [bugprone-use-after-move]
|
The logs for this run have expired and are no longer available.
Loading