From b68af9a016c229259ccb259c33e6598a3a77ea35 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 19 Jan 2012 15:41:49 +0100 Subject: cosmetic: remove compiler warnings --- tools/ompipe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/ompipe.c') diff --git a/tools/ompipe.c b/tools/ompipe.c index 1eb0dbce..3d887e14 100644 --- a/tools/ompipe.c +++ b/tools/ompipe.c @@ -78,7 +78,7 @@ typedef struct _instanceData { typedef struct configSettings_s { EMPTY_STRUCT } configSettings_t; -static configSettings_t cs; +static configSettings_t __attribute__((unused)) cs; BEGINinitConfVars /* (re)set config variables to default values */ CODESTARTinitConfVars -- cgit v1.2.3