Skip to content

Commit

Permalink
Fix warnings in GCC 7.1
Browse files Browse the repository at this point in the history
Fix chenshuo#285.
Cherry-pick: 6524f82
  • Loading branch information
chenshuo authored Aug 2, 2017
1 parent bf260ae commit 3f18813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sudoku/batch.cc
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ int main(int argc, char* argv[])
// FALL THROUGH
case 3:
serverAddr = InetAddress(argv[2], 9981);
// FALL THROUGH
local = false;
// FALL THROUGH
case 2:
input = argv[1];
break;
Expand Down

0 comments on commit 3f18813

Please sign in to comment.