Remove unused variables #132
Annotations
8 warnings
Build:
src/spreadinterp.cpp#L459
'printf' : format string '%ld' requires an argument of type 'long', but variadic argument 2 has type '_Ty'
|
Build:
src/spreadinterp.cpp#L2267
'printf' : format string '%ld' requires an argument of type 'long', but variadic argument 1 has type 'uint64_t'
|
Build:
src/spreadinterp.cpp#L2267
'printf' : format string '%ld' requires an argument of type 'long', but variadic argument 2 has type 'uint64_t'
|
Build:
src/spreadinterp.cpp#L459
'printf' : format string '%ld' requires an argument of type 'long', but variadic argument 2 has type '_Ty'
|
Build:
src/spreadinterp.cpp#L2267
'printf' : format string '%ld' requires an argument of type 'long', but variadic argument 1 has type 'uint64_t'
|
Build:
src/spreadinterp.cpp#L2267
'printf' : format string '%ld' requires an argument of type 'long', but variadic argument 2 has type 'uint64_t'
|
Build
'=': conversion from 'const _Ty' to 'float', possible loss of data
|
Build
'=': conversion from 'const _Ty' to 'float', possible loss of data
|
Loading