diff options
-rw-r--r-- | scripts/coccinelle/tor-coccinelle.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/coccinelle/tor-coccinelle.h b/scripts/coccinelle/tor-coccinelle.h index ee709e2570..288722b5ff 100644 --- a/scripts/coccinelle/tor-coccinelle.h +++ b/scripts/coccinelle/tor-coccinelle.h @@ -32,6 +32,8 @@ #define ATTR_CONST #define ATTR_MALLOC #define ATTR_WUR +#define DISABLE_GCC_WARNING(x) +#define ENABLE_GCC_WARNING(x) #define HT_ENTRY(x) void * #define HT_HEAD(a,b) struct ht_head |