cppcheck/test/cfg
Sebastian bbe9fad81d
std library: Resolve two TODOs (#1074)
First resolved TODO in std.c is obsolete since the "res" variable is used later
and there is therefore no warning issued.
Second resolved TODO in std.c: A warning for uninit variables is issued by
cppcheck, so this check can be enabled. Since assert() has no noreturn configuration
(currently a useful configuration is not really possible, see ticket 8329) the
check-library message is suppressed.
2018-02-12 16:42:23 +01:00
..
gnu.c Merge simplecpp branch 2016-07-20 12:21:00 +02:00
posix.c posix library: Add strtok tests (#1069) 2018-01-31 10:58:30 +01:00
qt.cpp Fixed #8076 (unmatched suppression when calling ./runtests.sh (test/cfg)) 2018-01-10 15:52:06 +01:00
runtests.sh wxwidgets library tests: Add syntax checking, fix test file. (#1084) 2018-02-09 20:34:15 +01:00
std.c std library: Resolve two TODOs (#1074) 2018-02-12 16:42:23 +01:00
std.cpp Fixed #8076 (unmatched suppression when calling ./runtests.sh (test/cfg)) 2018-01-10 15:52:06 +01:00
windows.cpp Fix #8381: false positives for swprintf_ and stprintf_s (#1080) 2018-02-03 05:10:52 +01:00
wxwidgets.cpp wxwidgets.cfg: Added more deprecated-functions. 2018-02-11 16:58:39 +01:00