Index: cppcheck.err =================================================================== diff -u -re8ffaa51e4eb9b55efebebc13899f79d9a5ca946 -r7077e38c74db9cccb5496ffefcf8936c0916de76 --- cppcheck.err (.../cppcheck.err) (revision e8ffaa51e4eb9b55efebebc13899f79d9a5ca946) +++ cppcheck.err (.../cppcheck.err) (revision 7077e38c74db9cccb5496ffefcf8936c0916de76) @@ -42,6 +42,7 @@ [sources/storage/Settings.h:39]: (style) Unused private function: 'Settings::makeSetting' [sources/AlarmGenerator.cpp:68]: (style) The function 'ALARM_ID_BLE_CUFF' is never used. [sources/view/VTreatmentCreate.cpp:124]: (style) The function 'doCancel' is never used. +[sources/view/settings/VNetworkModel.cpp:223]: (style) The function 'doCheckIfConnected' is never used. [sources/view/hd/alarm/VAlarmStatus.cpp:93]: (style) The function 'doClearCondition' is never used. [sources/view/VTreatmentCreate.cpp:114]: (style) The function 'doConfirm' is never used. [sources/view/hd/adjustment/disinfect/VDisinfectAdjustDisinfect.cpp:73]: (style) The function 'doDisinfectChemical' is never used. @@ -57,6 +58,10 @@ [sources/view/VTreatmentCreate (legacy).cpp:111]: (style) The function 'doResetCreateTreatment' is never used. [sources/view/hd/adjustment/pretreatment/VPreTreatmentAdjustmentWaterSample.cpp:64]: (style) The function 'doResult' is never used. [sources/view/hd/adjustment/treatment/VTreatmentAdjustmentHeparin.cpp:51]: (style) The function 'doResume' is never used. +[sources/view/settings/VNetworkModel.cpp:347]: (style) The function 'doSetDNS' is never used. +[sources/view/settings/VNetworkModel.cpp:329]: (style) The function 'doSetGateway' is never used. +[sources/view/settings/VNetworkModel.cpp:320]: (style) The function 'doSetIPAddress' is never used. +[sources/view/settings/VNetworkModel.cpp:338]: (style) The function 'doSetSubnetMask' is never used. [sources/view/hd/alarm/VAlarmStatus.cpp:76]: (style) The function 'doSilence' is never used. [sources/view/hd/adjustment/treatment/VTreatmentAdjustmentSaline.cpp:58]: (style) The function 'doStop' is never used. [sources/view/VEventSpy.cpp:182]: (style) The function 'doTouchReset' is never used. @@ -69,6 +74,7 @@ [sources/utility/types.cpp:28]: (style) The function 'floatCompare' is never used. [sources/utility/types.cpp:44]: (style) The function 'getBits' is never used. [sources/storage/FileHandler.cpp:166]: (style) The function 'removeFiles' is never used. +[sources/view/settings/VNetworkModel.cpp:166]: (style) The function 'roleNames' is never used. [sources/view/VAdjustmentResponseBase.cpp:28]: (style) The function 'text' is never used. [sources/MainTimer.cpp:116]: (style) The function 'timerEvent' is never used. (information) Cppcheck cannot find all the include files. Cppcheck can check the code without the include files found. But the results will probably be more accurate if all the include files are found. Please check your project's include directories and add all of them as include directories for Cppcheck. To see what files Cppcheck cannot find use --check-config.