From 8020c651a1700eb29a37e6cb8732c3b2c94814ab Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 27 Sep 2012 12:58:27 +0200 Subject: cosmetic: remove irrelevant compiler warning v7 does not even have this code any longer --- action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.c b/action.c index 4b5c9f30..673d8e13 100644 --- a/action.c +++ b/action.c @@ -2091,7 +2091,7 @@ finalize_it: * rgerhards, 2011-07-19 */ rsRetVal -actionProcessCnf(struct cnfobj *o) +actionProcessCnf(struct cnfobj __attribute__((unused)) *o) { DEFiRet; #if 0 /* we need to check if we actually need this functionality -- later! */ -- cgit v1.2.3