]> The Tcpdump Group git mirrors - tcpdump/blobdiff - diag-control.h
Lose two unused macros in diag-control.h. [skip ci]
[tcpdump] / diag-control.h
index efebec455a8081d095cd8901d73b6ab9d8872933..c1ca6536ce87c13216a234bcb4d959317399e2c8 100644 (file)
     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