Skip to content

Commit

Permalink
lib: Compiler warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen committed May 18, 2016
1 parent cd07d97 commit 30be8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/process-title.c
Expand Up @@ -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();
Expand Down

0 comments on commit 30be8c9

Please sign in to comment.