Use StaticVector for all vendors #873
Annotations
10 warnings
|
Source/items.cpp:727:19 [bugprone-narrowing-conversions]:
Source/items.cpp#L727
narrowing conversion from 'int' to signed type 'int16_t' (aka 'short') is implementation-defined
|
|
Source/items.cpp:724:21 [bugprone-narrowing-conversions]:
Source/items.cpp#L724
narrowing conversion from 'int' to signed type 'int16_t' (aka 'short') is implementation-defined
|
|
Source/items.cpp:723:19 [bugprone-narrowing-conversions]:
Source/items.cpp#L723
narrowing conversion from 'int' to signed type 'int16_t' (aka 'short') is implementation-defined
|
|
Source/items.cpp:716:19 [bugprone-narrowing-conversions]:
Source/items.cpp#L716
narrowing conversion from 'int' to signed type 'int16_t' (aka 'short') is implementation-defined
|
|
Source/items.cpp:713:19 [bugprone-narrowing-conversions]:
Source/items.cpp#L713
narrowing conversion from 'int' to signed type 'int16_t' (aka 'short') is implementation-defined
|
|
Source/items.cpp:710:21 [bugprone-narrowing-conversions]:
Source/items.cpp#L710
narrowing conversion from 'int' to signed type 'int16_t' (aka 'short') is implementation-defined
|
|
Source/items.cpp:707:21 [bugprone-narrowing-conversions]:
Source/items.cpp#L707
narrowing conversion from 'int' to signed type 'int16_t' (aka 'short') is implementation-defined
|
|
Source/items.cpp:701:5 [readability-function-cognitive-complexity]:
Source/items.cpp#L701
function 'SaveItemPower' has cognitive complexity of 26 (threshold 25)
|
|
Source/items.cpp:464:35 [bugprone-narrowing-conversions]:
Source/items.cpp#L464
narrowing conversion from 'int' to signed type 'int8_t' (aka 'signed char') is implementation-defined
|
|
Source/items.cpp:25:1 [misc-include-cleaner]:
Source/items.cpp#L25
included header SDL.h is not used directly
|