]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Lose two unused macros in diag-control.h. [skip ci]
authorDenis Ovsienko <[email protected]>
Sat, 31 Jul 2021 20:04:11 +0000 (21:04 +0100)
committerDenis Ovsienko <[email protected]>
Sat, 31 Jul 2021 20:04:11 +0000 (21:04 +0100)
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