diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2005-01-26 22:21:58 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2005-01-26 22:21:58 +0000 |
commit | 9a7b7af41c4712e3b24c87278b90c5de100f8ab4 (patch) | |
tree | 318d598b10b1e36bad052004a955be86d5f1087a /src/common/command.c | |
parent | 7debba0eca70d31a6649022ec948acbac5f879f4 (diff) | |
download | weechat-9a7b7af41c4712e3b24c87278b90c5de100f8ab4.zip |
Away nicks are now displayed with another color
Diffstat (limited to 'src/common/command.c')
-rw-r--r-- | src/common/command.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/command.c b/src/common/command.c index b87640f6f..b24d14e3a 100644 --- a/src/common/command.c +++ b/src/common/command.c @@ -1318,6 +1318,10 @@ weechat_cmd_perl (int argc, char **argv) (void) argv; #endif /* PLUGIN_PERL */ + #else + /* make gcc happy */ + (void) argc; + (void) argv; #endif /* PLUGINS */ return 0; |