kopia lustrzana https://github.com/Hamlib/Hamlib
remove some cppcheck statements not needed anymore
rodzic
ce7a30f038
commit
0fef98fc43
|
@ -22,7 +22,6 @@
|
|||
#ifndef _IOFUNC_H
|
||||
#define _IOFUNC_H 1
|
||||
|
||||
// cppcheck-suppress *
|
||||
#include <sys/types.h>
|
||||
#include <hamlib/rig.h>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#include "iofunc.h"
|
||||
|
||||
#ifdef HAVE_LINUX_PARPORT_H
|
||||
// cppcheck-suppress *
|
||||
# include <linux/parport.h>
|
||||
#endif
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue