Snippets for pyside6 6.11.1 from Nix aarch64-linux
Sourced from https://hydra.nixos.org/log/pb6xpccragcmhl0m8kz9p2619z0xsaxs-pyside6-6.11.1.drv.
-
/build/pyside-setup/sources/pyside6/build/PySide6/QtCore/PySide6/QtCore/qtcore_module_wrapper.cpp:2478:21: warning: 'QtSystemMsg' is deprecated: Use QtCriticalMsg instead. [-Wdeprecated-declarations] 2478 | case QtMsgType::QtSystemMsg: | ^~~~~~~~~~~ -
/build/pyside-setup/sources/pyside6/build/PySide6/QtCore/PySide6/QtCore/qtcore_module_wrapper.cpp:6510:28: warning: 'QtSystemMsg' is deprecated: Use QtCriticalMsg instead. [-Wdeprecated-declarations] 6510 | uint8_t(QtMsgType::QtSystemMsg) // 0x02 2 | ^~~~~~~~~~~ -
/build/pyside-setup/sources/pyside6/build/PySide6/QtNetwork/PySide6/QtNetwork/qtnetwork_module_wrapper.cpp:1862:43: warning: 'QSsl::TlsV1_0' is deprecated: Use TlsV1_2OrLater instead. [-Wdeprecated-declarations] 1862 | ::QSsl::SslProtocol cppItem{QSsl::TlsV1_0}; | ^~~~~~~ -
/build/pyside-setup/sources/pyside6/libpysideremoteobjects/pysiderephandler.cpp:83:18: warning: 'PyObject* cppToPython_POD_Tuple(const void*)' declared 'static' but never defined [-Wunused-function] 83 | static PyObject *cppToPython_POD_Tuple(const void *cppIn); | ^~~~~~~~~~~~~~~~~~~~~ -
/build/pyside-setup/sources/pyside6/libpysideremoteobjects/pysiderephandler.cpp:84:13: warning: 'void pythonToCpp_Tuple_POD(PyObject*, void*)' declared 'static' but never defined [-Wunused-function] 84 | static void pythonToCpp_Tuple_POD(PyObject *pyIn, void *cppOut); | ^~~~~~~~~~~~~~~~~~~~~ -
/build/pyside-setup/sources/pyside6/libpysideremoteobjects/pysiderephandler.cpp:85:24: warning: 'void (* is_Tuple_PythonToCpp_POD_Convertible(PyObject*))(PyObject*, void*)' declared 'static' but never defined [-Wunused-function] 85 | static PythonToCppFunc is_Tuple_PythonToCpp_POD_Convertible(PyObject *pyIn); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/store/zra45sf699222cyxckbg6lh9g4045j1q-qttools-6.11.1/include/QtDesigner/customwidget.h:4:4: warning: #warning Header <QtDesigner/customwidget.h> is deprecated. Please include <QtUiPlugin/customwidget.h> instead. [-Wcpp] 4 | # warning Header <QtDesigner/customwidget.h> is deprecated. Please include <QtUiPlugin/customwidget.h> instead. | ^~~~~~~ -
/nix/store/n33gqqsgqsq0xciqhz750s01xxfs3371-qtbase-6.11.1/include/QtCore/qbytearrayview.h:364:42: warning: 'int memcmp(const void*, const void*, size_t)' specified bound 37 exceeds source size 36 [-Wstringop-overread] 364 | && (!lhs.size() || memcmp(lhs.data(), rhs.data(), lhs.size()) == 0); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/pyside-setup/sources/pyside6/build/PySide6/QtHelp/PySide6/QtHelp/qthelp_module_wrapper.cpp:504:28: warning: 'QHelpSearchQuery::QHelpSearchQuery()' is deprecated: Use QString instead [-Wdeprecated-declarations] 504 | ::QHelpSearchQuery cppItem; | ^~~~~~~