Index: cppcheck.err =================================================================== diff -u -r3b9a656e9672a3db74f14b476bf1df249f016805 -r4244de5f994d6bf155752ec78c54b8e08edccb03 --- cppcheck.err (.../cppcheck.err) (revision 3b9a656e9672a3db74f14b476bf1df249f016805) +++ cppcheck.err (.../cppcheck.err) (revision 4244de5f994d6bf155752ec78c54b8e08edccb03) @@ -1,2 +1,8 @@ -[sources/storage/filehandler.cpp:41]: (style) The function 'mountUsb' is never used. +[sources/gui/guiview.cpp:106]: (style) The function 'alarmIDName' is never used. +[sources/gui/guiview.cpp:97]: (style) The function 'alarmPriorityName' is never used. +[sources/utility/types.cpp:20]: (style) The function 'floatCompare' is never used. +[sources/storage/usbwatcher.cpp:55]: (style) The function 'isMounted' is never used. +[sources/storage/usbwatcher.cpp:60]: (style) The function 'isUmounted' is never used. +[sources/storage/filehandler.cpp:88]: (style) The function 'onRead' is never used. +[sources/maintimer.cpp:39]: (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.