summaryrefslogtreecommitdiffstats
path: root/action.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-09-27 12:58:27 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-09-27 12:58:27 +0200
commit8020c651a1700eb29a37e6cb8732c3b2c94814ab (patch)
treeac5abe94a2446d11eda4e6492e6f07af1d9a775e /action.c
parent2ce900aea233b9f8b0447658f2dc3565c3103e78 (diff)
downloadrsyslog-8020c651a1700eb29a37e6cb8732c3b2c94814ab.tar.gz
rsyslog-8020c651a1700eb29a37e6cb8732c3b2c94814ab.tar.bz2
rsyslog-8020c651a1700eb29a37e6cb8732c3b2c94814ab.zip
cosmetic: remove irrelevant compiler warning
v7 does not even have this code any longer
Diffstat (limited to 'action.c')
-rw-r--r--action.c2
1 files changed, 1 insertions, 1 deletions
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! */