summaryrefslogtreecommitdiffstats
path: root/vmop.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-02-21 09:41:56 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-02-21 09:41:56 +0000
commit227c44dbe0f3ce8ab465829c2d6114d5e6b38470 (patch)
treea15b84c5f20af5ac42687424e71fd20c5e61ad14 /vmop.c
parent4ff521048dbab0557c863c28321693e1f31c6a96 (diff)
downloadrsyslog-227c44dbe0f3ce8ab465829c2d6114d5e6b38470.tar.gz
rsyslog-227c44dbe0f3ce8ab465829c2d6114d5e6b38470.tar.xz
rsyslog-227c44dbe0f3ce8ab465829c2d6114d5e6b38470.zip
cleanup for 3.11.4v3-11-4
Diffstat (limited to 'vmop.c')
-rw-r--r--vmop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmop.c b/vmop.c
index 95e567b7..c8fff752 100644
--- a/vmop.c
+++ b/vmop.c
@@ -44,7 +44,7 @@ ENDobjConstruct(vmop)
/* ConstructionFinalizer
* rgerhards, 2008-01-09
*/
-rsRetVal vmopConstructFinalize(vmop_t *pThis)
+rsRetVal vmopConstructFinalize(vmop_t __attribute__((unused)) *pThis)
{
DEFiRet;
ISOBJ_TYPE_assert(pThis, vmop);