summaryrefslogtreecommitdiffstats
path: root/vmprg.c
diff options
context:
space:
mode:
Diffstat (limited to 'vmprg.c')
-rw-r--r--vmprg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmprg.c b/vmprg.c
index d8795b3b..2d522426 100644
--- a/vmprg.c
+++ b/vmprg.c
@@ -43,7 +43,7 @@ ENDobjConstruct(vmprg)
/* ConstructionFinalizer
* rgerhards, 2008-01-09
*/
-rsRetVal vmprgConstructFinalize(vmprg_t *pThis)
+rsRetVal vmprgConstructFinalize(vmprg_t __attribute__((unused)) *pThis)
{
DEFiRet;
ISOBJ_TYPE_assert(pThis, vmprg);