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
#define _IOFUNC_H 1
// cppcheck-suppress *
#include <sys/types.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 */
#ifdef HAVE_INTTYPES_H
// cppcheck-suppress *
# include <inttypes.h>
#endif
#ifdef HAVE_SYS_TIME_H
// cppcheck-suppress *
# include <sys/time.h>
#endif

Wyświetl plik

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