diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-20 10:39:58 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-20 10:39:58 +0000 |
commit | 2583be41070979f4ffdf605b7442edc704e00660 (patch) | |
tree | f6b190288e6df7693f1fe5dcfe0dde39e0e2c45d /module-template.h | |
parent | ab94b8a7fdad8b00a957ec28ef0ab904184fd8fb (diff) | |
download | rsyslog-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.h | 2 |
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; |