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 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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue