Skip to content

Commit

Permalink
Merge pull request #1277 from 4144/gccwarnings
Browse files Browse the repository at this point in the history
Fix some issues found by gcc 6 with -O3.
  • Loading branch information
MishimaHaruna committed May 1, 2016
2 parents 1a2a4f1 + 562459d commit a84c02d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/strlib.c
Expand Up @@ -629,6 +629,7 @@ int sv_parse(const char* str, int len, int startoff, char delim, int* out_pos, i
svstate.opt = opt;
svstate.delim = delim;
svstate.done = false;
svstate.start = 0;

// parse
count = 0;
Expand Down

0 comments on commit a84c02d

Please sign in to comment.