remove some cppcheck statements not needed anymore

pull/435/head
Michael Black W9MDB 2020-10-29 12:52:09 -05:00
rodzic 9f65348f49
commit ce7a30f038
1 zmienionych plików z 1 dodań i 8 usunięć

Wyświetl plik

@ -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;
}