Index: cppcheck.err =================================================================== diff -u -r805119c460b4a266d6401c8705f4427e7fbe270f -rd07ec81c7002ed2ac60c1dfc3101fb820e88211c --- cppcheck.err (.../cppcheck.err) (revision 805119c460b4a266d6401c8705f4427e7fbe270f) +++ cppcheck.err (.../cppcheck.err) (revision d07ec81c7002ed2ac60c1dfc3101fb820e88211c) @@ -1,6 +1,6 @@ -[sources/gui/guiview.cpp:186]: (style) The function 'alarmIDName' is never used. -[sources/gui/guiview.cpp:168]: (style) The function 'alarmPriorityName' is never used. +[sources/view/valarmstatus.cpp:52]: (style) The function 'alarmPriorityText' is never used. [sources/utility/types.cpp:20]: (style) The function 'floatCompare' is never used. -[sources/storage/filehandler.cpp:61]: (style) The function 'read' is never used. -[sources/maintimer.cpp:54]: (style) The function 'timerEvent' is never used. +[sources/storage/filehandler.cpp:68]: (style) The function 'read' is never used. +[sources/view/valarmstatus.cpp:89]: (style) The function 'text' is never used. +[sources/canbus/frameinterface.cpp:266]: (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.