From: Alan T. DeKok Date: Tue, 10 Oct 2017 11:13:48 +0000 (-0400) Subject: ifdef out array for EVENT_DEBUG X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80208bb8bb9053f5d8633317d760a3167a841695;p=thirdparty%2Ffreeradius-server.git ifdef out array for EVENT_DEBUG --- diff --git a/src/lib/util/event.c b/src/lib/util/event.c index 1de82ed0c14..23ee0b903b2 100644 --- a/src/lib/util/event.c +++ b/src/lib/util/event.c @@ -48,6 +48,7 @@ RCSID("$Id$") # define EVENT_DEBUG(...) #endif +#ifdef WITH_EVENT_DEBUG static FR_NAME_NUMBER const kevent_filter_table[] = { { "EVFILT_READ", EVFILT_READ }, #ifdef EVFILT_EXCEPT @@ -67,6 +68,7 @@ static FR_NAME_NUMBER const kevent_filter_table[] = { { NULL , -1 } }; +#endif /** A timer event *