Snippets for yabridge 5.1.1 from Nix x86_64-linux
Sourced from https://hydra.nixos.org/log/fgcji3ypjfvda4i38gm8ni8xapaqxxys-yabridge-5.1.1.drv.
-
../subprojects/vst3/base/source/fstring.cpp:249:24: warning: 'template<class _Codecvt, class _Elem, class _Wide_alloc, class _Byte_alloc> class std::__cxx11::wstring_convert' is deprecated [-Wdeprecated-declarations] 249 | using Converter = std::wstring_convert<ConverterFacet, char16_t>; | ^~~~~~~~~~~~~~~ -
../subprojects/vst3/base/source/fstring.cpp:1437:35: warning: format '%lld' expects argument of type 'long long int*', but argument 3 has type 'Steinberg::int64*' {aka 'long int*'} [-Wformat=] 1437 | if (sscanf (text, "%" FORMAT_INT64A, &value) == 1) | ^ ~~~~~~ | | | Steinberg::int64* {aka long int*} -
../subprojects/vst3/base/source/fstring.cpp:1463:35: warning: format '%llu' expects argument of type 'long long unsigned int*', but argument 3 has type 'Steinberg::uint64*' {aka 'long unsigned int*'} [-Wformat=] 1463 | if (sscanf (text, "%" FORMAT_UINT64A, &value) == 1) | ^ ~~~~~~ | | | Steinberg::uint64* {aka long unsigned int*} -
../subprojects/vst3/pluginterfaces/base/ustring.cpp:54:24: warning: 'template<class _Codecvt, class _Elem, class _Wide_alloc, class _Byte_alloc> class std::__cxx11::wstring_convert' is deprecated [-Wdeprecated-declarations] 54 | using Converter = std::wstring_convert<std::codecvt_utf8_utf16<char16_t>, char16_t>; | ^~~~~~~~~~~~~~~ -
../subprojects/vst3/pluginterfaces/base/ustring.cpp:232:41: warning: format '%lld' expects argument of type 'long long int*', but argument 3 has type 'Steinberg::int64*' {aka 'long int*'} [-Wformat=] 232 | return sscanf (str.data (), "%lld", &value) == 1; | ~~~^ ~~~~~~ | | | | | Steinberg::int64* {aka long int*} | long long int* | %ld -
../subprojects/vst3/pluginterfaces/base/ustring.cpp:260:56: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'Steinberg::int64' {aka 'long int'} [-Wformat=] 260 | auto len = snprintf (utf8Buffer, thisSize, "%lld", value); | ~~~^ ~~~~~ | | | | | Steinberg::int64 {aka long int} | long long int | %ld -
../subprojects/vst3/public.sdk/source/vst/utility/stringconvert.cpp:56:24: warning: 'template<class _Codecvt, class _Elem, class _Wide_alloc, class _Byte_alloc> class std::__cxx11::wstring_convert' is deprecated [-Wdeprecated-declarations] 56 | using Converter = std::wstring_convert<std::codecvt_utf8_utf16<UTF16Type>, UTF16Type>; | ^~~~~~~~~~~~~~~ -
../subprojects/vst3/base/source/fstring.cpp:1437:35: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'Steinberg::int64*' {aka 'long int*'} [-Wformat=] 1437 | if (sscanf (text, "%" FORMAT_INT64A, &value) == 1) | ^ ~~~~~~ | | | Steinberg::int64* {aka long int*} -
../subprojects/vst3/base/source/fstring.cpp:1463:35: warning: format '%u' expects argument of type 'unsigned int*', but argument 3 has type 'Steinberg::uint64*' {aka 'long unsigned int*'} [-Wformat=] 1463 | if (sscanf (text, "%" FORMAT_UINT64A, &value) == 1) | ^ ~~~~~~ | | | Steinberg::uint64* {aka long unsigned int*} -
../src/wine-host/bridges/clap.cpp:125:14: warning: 'template<class _Codecvt, class _Elem, class _Wide_alloc, class _Byte_alloc> class std::__cxx11::wstring_convert' is deprecated [-Wdeprecated-declarations] 125 | std::wstring_convert<std::codecvt_utf8_utf16<char16_t>, char16_t> | ^~~~~~~~~~~~~~~