Library: Removed not needed suppressions.
This commit is contained in:
parent
38cba67115
commit
ceafde86ad
|
@ -127,13 +127,10 @@ void nullpointer(int value){
|
|||
// cppcheck-suppress ignoredReturnValue
|
||||
// cppcheck-suppress nullPointer
|
||||
strstr(0,0);
|
||||
// cppcheck-suppress ignoredReturnValue
|
||||
// cppcheck-suppress nullPointer
|
||||
strtoul(0,0,0);
|
||||
// cppcheck-suppress ignoredReturnValue
|
||||
// cppcheck-suppress nullPointer
|
||||
strtoull(0,0,0);
|
||||
// cppcheck-suppress ignoredReturnValue
|
||||
// cppcheck-suppress nullPointer
|
||||
strtol(0,0,0);
|
||||
|
||||
|
|
Loading…
Reference in New Issue