Skip to content

Commit

Permalink
Fix missing field initializer warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyichao committed Jul 25, 2015
1 parent 8d137a2 commit 2294863
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ jl_options_t jl_options = { 0, // quiet
NULL, // outputbc
NULL, // outputo
NULL, // outputji
0, // incremental
};

int jl_boot_file_loaded = 0;
Expand Down

0 comments on commit 2294863

Please sign in to comment.