From: Alan T. DeKok Date: Sun, 31 Dec 2017 16:48:16 +0000 (-0500) Subject: add brackets X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04724e44c4b7a5c2000a45ebc9bc226cea60e325;p=thirdparty%2Ffreeradius-server.git add brackets --- diff --git a/src/include/cf_util.h b/src/include/cf_util.h index 19e5b3c6c47..aca7214daf5 100644 --- a/src/include/cf_util.h +++ b/src/include/cf_util.h @@ -76,7 +76,7 @@ _Generic((_cf), \ typedef int (*cf_walker_t)(void *data, void *ctx); -#define CF_IDENT_ANY (void *) (-1) +#define CF_IDENT_ANY ((void *) (-1)) /* * Generic functions that apply to all types of #CONF_ITEM