diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-09-27 12:58:27 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-09-27 12:58:27 +0200 |
commit | 8020c651a1700eb29a37e6cb8732c3b2c94814ab (patch) | |
tree | ac5abe94a2446d11eda4e6492e6f07af1d9a775e /action.c | |
parent | 2ce900aea233b9f8b0447658f2dc3565c3103e78 (diff) | |
download | rsyslog-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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! */ |