using uint8_t to be compatible with MSVC #140
Annotations
1 error and 10 warnings
|
src/spreadinterp.cpp#L391
'printf' : format string '%ld' requires an argument of type 'long', but variadic argument 1 has type 'int64_t'
|
src/spreadinterp.cpp#L391
'printf' : format string '%ld' requires an argument of type 'long', but variadic argument 2 has type 'int64_t'
|
src/spreadinterp.cpp#L1182
'<=': unsafe use of type 'bool' in operation
|
src/spreadinterp.cpp#L1289
'<=': unsafe use of type 'bool' in operation
|
src/spreadinterp.cpp#L1408
'<=': unsafe use of type 'bool' in operation
|
|
src/spreadinterp.cpp#L391
'printf' : format string '%ld' requires an argument of type 'long', but variadic argument 1 has type 'int64_t'
|
src/spreadinterp.cpp#L391
'printf' : format string '%ld' requires an argument of type 'long', but variadic argument 2 has type 'int64_t'
|
src/spreadinterp.cpp#L1182
'<=': unsafe use of type 'bool' in operation
|
src/spreadinterp.cpp#L1289
'<=': unsafe use of type 'bool' in operation
|
This job failed
Loading