fix(logging): Use native string formatting functions. #137
Annotations
14 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#L446
format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘long unsigned int’ [-Wformat=]
|
src/Core/Engine.cpp#L469
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#L866
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#L1316
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#L1336
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#L1408
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#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=]
|
|
|
|
build/vcpkg_installed/x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake#L344
The following variables are not used in CMakeLists.txt:
|
This job succeeded
Loading