feat(core): Next frame callbacks. #140
Annotations
10 warnings
src/Core/Playback/BusInternalState.cpp#L54
format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘uint64_t’ {aka ‘long unsigned int’} [-Wformat=]
|
src/Core/Playback/ChannelInternalState.cpp#L661
format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘long unsigned int’ [-Wformat=]
|
src/Core/Engine.cpp#L450
format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘long unsigned int’ [-Wformat=]
|
src/Core/Engine.cpp#L473
format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘uint64_t’ {aka ‘long unsigned int’} [-Wformat=]
|
src/Core/Engine.cpp#L874
format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘SparkyStudios::Audio::Amplitude::AmBankID’ {aka ‘long unsigned int’} [-Wformat=]
|
src/Core/Engine.cpp#L1324
format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘SparkyStudios::Audio::Amplitude::AmObjectID’ {aka ‘long unsigned int’} [-Wformat=]
|
src/Core/Engine.cpp#L1344
format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘SparkyStudios::Audio::Amplitude::AmObjectID’ {aka ‘long unsigned int’} [-Wformat=]
|
src/Core/Engine.cpp#L1416
format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘SparkyStudios::Audio::Amplitude::AmSwitchID’ {aka ‘long unsigned int’} [-Wformat=]
|
src/Core/Engine.cpp#L1424
format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘SparkyStudios::Audio::Amplitude::AmSwitchID’ {aka ‘long unsigned int’} [-Wformat=]
|
src/Core/Engine.cpp#L1432
format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘SparkyStudios::Audio::Amplitude::AmSwitchID’ {aka ‘long unsigned int’} [-Wformat=]
|
This job succeeded
Loading