summaryrefslogtreecommitdiffstats
path: root/module-template.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-12-20 10:39:58 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-12-20 10:39:58 +0000
commit2583be41070979f4ffdf605b7442edc704e00660 (patch)
treef6b190288e6df7693f1fe5dcfe0dde39e0e2c45d /module-template.h
parentab94b8a7fdad8b00a957ec28ef0ab904184fd8fb (diff)
downloadrsyslog-2583be41070979f4ffdf605b7442edc704e00660.tar.gz
rsyslog-2583be41070979f4ffdf605b7442edc704e00660.tar.xz
rsyslog-2583be41070979f4ffdf605b7442edc704e00660.zip
moved unix socket code to its own module (imuxsock)
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;