summaryrefslogtreecommitdiffstats
path: root/module-template.h
diff options
context:
space:
mode:
Diffstat (limited to 'module-template.h')
-rw-r--r--module-template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/module-template.h b/module-template.h
index ec727a45..9d7deaf4 100644
--- a/module-template.h
+++ b/module-template.h
@@ -468,7 +468,7 @@ static rsRetVal modExit(void)\
* if there is a module-internal need to do so.
*/
#define BEGINrunInput \
-static rsRetVal runInput(thrdInfo_t *pThrd)\
+static rsRetVal runInput(thrdInfo_t __attribute__((unused)) *pThrd)\
{\
DEFiRet;