diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-05-02 08:36:14 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-05-02 08:36:14 +0200 |
commit | b969ffda85ff02400bd2124ccb9ce78c236b910f (patch) | |
tree | 776a4b948357e0e969125112ba1fbee1a2cb0a7b /hugin_syslog.c | |
parent | da885331dbf361b0c4593b3d0971fd361a080ce7 (diff) |
Remove 'unused variable' warning.
Diffstat (limited to 'hugin_syslog.c')
-rw-r--r-- | hugin_syslog.c | 2 |
1 files changed, 2 insertions, 0 deletions
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); } |