From 2583be41070979f4ffdf605b7442edc704e00660 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 20 Dec 2007 10:39:58 +0000 Subject: moved unix socket code to its own module (imuxsock) --- module-template.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module-template.h') 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; -- cgit