Task #118710 - added.err

back to task #118710
download
Error: COMPILER_WARNING (CWE-563):
bluedevil-6.6.91/src/applet/devicesstateproxymodel.cpp: scope_hint: In member function ‘void DevicesStateProxyModel::handleDataChanged(const QModelIndex&, const QModelIndex&, const QList<int>&)’
bluedevil-6.6.91/src/applet/devicesstateproxymodel.cpp:203:95: warning[-Wunused-parameter]: unused parameter ‘bottomRight’
#  203 | void DevicesStateProxyModel::handleDataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QList<int> &roles)
#      |                                                                            ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
#  201|   }
#  202|   
#  203|-> void DevicesStateProxyModel::handleDataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QList<int> &roles)
#  204|   {
#  205|       // devices are added one at a time; so we only need to handle topLeft

Error: COMPILER_WARNING (CWE-563):
bluedevil-6.6.91/src/applet/devicesstateproxymodel.cpp:203:126: warning[-Wunused-parameter]: unused parameter ‘roles’
#  203 | void DevicesStateProxyModel::handleDataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QList<int> &roles)
#      |                                                                                                            ~~~~~~~~~~~~~~~~~~^~~~~
#  201|   }
#  202|   
#  203|-> void DevicesStateProxyModel::handleDataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QList<int> &roles)
#  204|   {
#  205|       // devices are added one at a time; so we only need to handle topLeft