Library: Removed not needed suppressions.

This commit is contained in:
Martin Ettl 2015-08-10 23:09:56 +02:00
parent 38cba67115
commit ceafde86ad
1 changed files with 0 additions and 3 deletions

View File

@ -127,13 +127,10 @@ void nullpointer(int value){
// cppcheck-suppress ignoredReturnValue // cppcheck-suppress ignoredReturnValue
// cppcheck-suppress nullPointer // cppcheck-suppress nullPointer
strstr(0,0); strstr(0,0);
// cppcheck-suppress ignoredReturnValue
// cppcheck-suppress nullPointer // cppcheck-suppress nullPointer
strtoul(0,0,0); strtoul(0,0,0);
// cppcheck-suppress ignoredReturnValue
// cppcheck-suppress nullPointer // cppcheck-suppress nullPointer
strtoull(0,0,0); strtoull(0,0,0);
// cppcheck-suppress ignoredReturnValue
// cppcheck-suppress nullPointer // cppcheck-suppress nullPointer
strtol(0,0,0); strtol(0,0,0);