Skip to content

Commit

Permalink
Suppress warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
take-cheeze committed Feb 23, 2018
1 parent 7148d6c commit 8b02ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/cli/main.c
Expand Up @@ -15,7 +15,7 @@ extern const uint8_t mrb_main_irep[];
int
main(int argc, char **argv)
{
mrb_state* mrb = NULL;
mrb_state* mrb;
mrb_value ARGV;
int i;
int exit_result = EXIT_SUCCESS;
Expand Down

0 comments on commit 8b02ffe

Please sign in to comment.