mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-23 10:04:05 +08:00
Lose two unused macros in diag-control.h. [skip ci]
This commit is contained in:
parent
74ab2face0
commit
d423316ce1
@ -109,8 +109,6 @@
|
||||
DIAG_DO_PRAGMA(clang diagnostic ignored "-Wdeprecated-declarations")
|
||||
#define DIAG_ON_DEPRECATION \
|
||||
DIAG_DO_PRAGMA(clang diagnostic pop)
|
||||
#define DIAG_OFF_FORMAT_TRUNCATION
|
||||
#define DIAG_ON_FORMAT_TRUNCATION
|
||||
#elif ND_IS_AT_LEAST_GNUC_VERSION(4,2)
|
||||
/* GCC apparently doesn't complain about ORing enums together. */
|
||||
#define DIAG_OFF_ASSIGN_ENUM
|
||||
|
Loading…
Reference in New Issue
Block a user