summaryrefslogtreecommitdiff
path: root/src/common/command.c
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2005-01-26 22:21:58 +0000
committerSebastien Helleu <flashcode@flashtux.org>2005-01-26 22:21:58 +0000
commit9a7b7af41c4712e3b24c87278b90c5de100f8ab4 (patch)
tree318d598b10b1e36bad052004a955be86d5f1087a /src/common/command.c
parent7debba0eca70d31a6649022ec948acbac5f879f4 (diff)
downloadweechat-9a7b7af41c4712e3b24c87278b90c5de100f8ab4.zip
Away nicks are now displayed with another color
Diffstat (limited to 'src/common/command.c')
-rw-r--r--src/common/command.c4
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;