From b969ffda85ff02400bd2124ccb9ce78c236b910f Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 2 May 2013 08:36:14 +0200 Subject: Remove 'unused variable' warning. --- hugin_syslog.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hugin_syslog.c b/hugin_syslog.c index 81a852f..d95d737 100644 --- a/hugin_syslog.c +++ b/hugin_syslog.c @@ -128,6 +128,8 @@ void hug_syslog_init(const char* host, int port) strcpy(execname, "\0"); } + (void)s; + // printf("\tRunning as %s with pid %d\n", execname, pid); } -- cgit v1.2.3