remove some cppcheck statements not needed anymore

pull/435/head
Michael Black W9MDB 2020-10-29 12:52:54 -05:00
rodzic ce7a30f038
commit 0fef98fc43
3 zmienionych plików z 0 dodań i 4 usunięć

Wyświetl plik

@ -22,7 +22,6 @@
#ifndef _IOFUNC_H #ifndef _IOFUNC_H
#define _IOFUNC_H 1 #define _IOFUNC_H 1
// cppcheck-suppress *
#include <sys/types.h> #include <sys/types.h>
#include <hamlib/rig.h> #include <hamlib/rig.h>

Wyświetl plik

@ -84,12 +84,10 @@ extern int no_restore_ai;
/* needs config.h included beforehand in .c file */ /* needs config.h included beforehand in .c file */
#ifdef HAVE_INTTYPES_H #ifdef HAVE_INTTYPES_H
// cppcheck-suppress *
# include <inttypes.h> # include <inttypes.h>
#endif #endif
#ifdef HAVE_SYS_TIME_H #ifdef HAVE_SYS_TIME_H
// cppcheck-suppress *
# include <sys/time.h> # include <sys/time.h>
#endif #endif

Wyświetl plik

@ -27,7 +27,6 @@
#include "iofunc.h" #include "iofunc.h"
#ifdef HAVE_LINUX_PARPORT_H #ifdef HAVE_LINUX_PARPORT_H
// cppcheck-suppress *
# include <linux/parport.h> # include <linux/parport.h>
#endif #endif