tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit c13c0c899993cc015cd26006dcc5c656255abbc1
parent eb1260e3465b455db0a20d0d0770e85aaa061228
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed,  9 Oct 2019 09:52:05 -0400

tor-coccinelle.h: Add {EN,DIS}ABLE_GCC_WARNING.

Diffstat:
Mscripts/coccinelle/tor-coccinelle.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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