diff options
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; |