summaryrefslogtreecommitdiffstats
path: root/obj-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'obj-types.h')
-rw-r--r--obj-types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/obj-types.h b/obj-types.h
index e301b7bc..f63eb49e 100644
--- a/obj-types.h
+++ b/obj-types.h
@@ -175,7 +175,7 @@ finalize_it: \
* rgerhards, 2008-01-10
*/
#define BEGINobjConstruct(obj) \
- rsRetVal obj##Initialize(obj##_t *pThis) \
+ rsRetVal obj##Initialize(obj##_t __attribute__((unused)) *pThis) \
{ \
DEFiRet;