]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib: Compiler warning fix
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Wed, 18 May 2016 19:51:46 +0000 (22:51 +0300)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Wed, 18 May 2016 19:51:46 +0000 (22:51 +0300)
src/lib/process-title.c

index 5636944f5cdbea813a2d38dc6413d3642f969114..f3b69201e4585e1dad1f60d9af0c032934319fba 100644 (file)
@@ -118,7 +118,7 @@ static void proctitle_hack_set(const char *title)
 
 #endif
 
-void process_title_init(int argc, char **argv[])
+void process_title_init(int argc ATTR_UNUSED, char **argv[])
 {
 #ifdef PROCTITLE_HACK
        char ***environ_p = env_get_environ_p();