fix(build): Fix Windows MinGW build. #142
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#L454
format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘long unsigned int’ [-Wformat=]
|
src/Core/Engine.cpp#L477
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#L878
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#L1328
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#L1348
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#L1420
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#L1428
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#L1436
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