Snippets for mumble 1.5.915 from Nix x86_64-linux
Sourced from https://hydra.nixos.org/log/0b1yv230kh3af1gn7vmh50n0z53lfivg-mumble-1.5.915.drv.
-
/build/source/src/MumbleProtocol.cpp:57:48: warning: ignoring return value of 'bool google::protobuf::MessageLite::SerializePartialToArray(void*, int) const', declared with attribute 'nodiscard' [-Wunused-result] 57 | message.SerializePartialToArray(buffer.data() + offset, static_cast< int >(serializedSize)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/plugins/link/link.cpp:131:56: warning: 'template<class _Codecvt, class _Elem, class _Wide_alloc, class _Byte_alloc> class std::__cxx11::wstring_convert' is deprecated [-Wdeprecated-declarations] 131 | applicationName = std::wstring_convert< std::codecvt_utf8< wchar_t > >().to_bytes(buff); | ^~~~~~~~~~~~~~~ -
/build/source/plugins/link/link.cpp:140:58: warning: 'template<class _Codecvt, class _Elem, class _Wide_alloc, class _Byte_alloc> class std::__cxx11::wstring_convert' is deprecated [-Wdeprecated-declarations] 140 | pluginDescription = std::wstring_convert< std::codecvt_utf8< wchar_t > >().to_bytes(buff); | ^~~~~~~~~~~~~~~ -
/build/source/plugins/link/link.cpp:195:39: warning: 'template<class _Codecvt, class _Elem, class _Wide_alloc, class _Byte_alloc> class std::__cxx11::wstring_convert' is deprecated [-Wdeprecated-declarations] 195 | pluginIdentity = std::wstring_convert< std::codecvt_utf8< wchar_t > >().to_bytes(lm.identity); | ^~~~~~~~~~~~~~~ -
/build/source/plugins/mumble_positional_audio_utils.h:31:22: warning: 'template<class _Codecvt, class _Elem, class _Wide_alloc, class _Byte_alloc> class std::__cxx11::wstring_convert' is deprecated [-Wdeprecated-declarations] 31 | std::wstring_convert< std::codecvt_utf8_utf16< wchar_t > > conv; | ^~~~~~~~~~~~~~~ -
/build/source/plugins/mumble_positional_audio_utils.h:42:22: warning: 'template<class _Codecvt, class _Elem, class _Wide_alloc, class _Byte_alloc> class std::__cxx11::wstring_convert' is deprecated [-Wdeprecated-declarations] 42 | std::wstring_convert< std::codecvt_utf8_utf16< char16_t >, char16_t > conv; | ^~~~~~~~~~~~~~~ -
/build/source/plugins/mumble_positional_audio_utils.h:53:22: warning: 'template<class _Codecvt, class _Elem, class _Wide_alloc, class _Byte_alloc> class std::__cxx11::wstring_convert' is deprecated [-Wdeprecated-declarations] 53 | std::wstring_convert< std::codecvt_utf8_utf16< char32_t >, char32_t > conv; | ^~~~~~~~~~~~~~~ -
/build/source/src/Connection.cpp:177:29: warning: ignoring return value of 'bool google::protobuf::MessageLite::SerializeToArray(void*, int) const', declared with attribute 'nodiscard' [-Wunused-result] 177 | msg.SerializeToArray(uc + 6, static_cast< int >(len)); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/mumble/LegacyPlugin.cpp:200:38: warning: 'template<class _Codecvt, class _Elem, class _Wide_alloc, class _Byte_alloc> class std::__cxx11::wstring_convert' is deprecated [-Wdeprecated-declarations] 200 | std::wstring_convert< std::codecvt_utf8< wchar_t > >().from_bytes(currentName); | ^~~~~~~~~~~~~~~