fix(logging): Use native string formatting functions. #139
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#L449
format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘long unsigned int’ [-Wformat=]
|
src/Core/Engine.cpp#L472
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#L869
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#L1319
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#L1339
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#L1411
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#L1419
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#L1427
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