kopia lustrzana https://github.com/Hamlib/Hamlib
remove some cppcheck statements not needed anymore
rodzic
9f65348f49
commit
ce7a30f038
|
@ -25,20 +25,13 @@
|
|||
# include "config.h"
|
||||
#endif
|
||||
|
||||
// cppcheck-suppress *
|
||||
#include <stdio.h>
|
||||
// cppcheck-suppress *
|
||||
#include <stdlib.h>
|
||||
// cppcheck-suppress *
|
||||
#include <string.h>
|
||||
// cppcheck-suppress *
|
||||
#include <unistd.h>
|
||||
// cppcheck-suppress *
|
||||
#include <ctype.h>
|
||||
// cppcheck-suppress *
|
||||
#include <errno.h>
|
||||
|
||||
// cppcheck-suppress *
|
||||
#include <getopt.h>
|
||||
|
||||
#include <hamlib/rig.h>
|
||||
|
@ -311,7 +304,7 @@ static char *mystrtok(char *s, char delim)
|
|||
}
|
||||
}
|
||||
|
||||
// cppcheck-suppress *
|
||||
// cppcheck-suppress nullPointerArithmeticRedundantCheck
|
||||
return str + ent_pos;
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue