Enable -Wunreachable-code-break v2016.12.12.00
authorChristopher Dykes <cdykes@fb.com>
Sat, 10 Dec 2016 02:26:52 +0000 (18:26 -0800)
committerFacebook Github Bot <facebook-github-bot-bot@fb.com>
Sat, 10 Dec 2016 02:32:58 +0000 (18:32 -0800)
commit4168732ce0baa354cb86a1ed819a25b0af10795d
tree34b1c8d5302afc065e2ae47d941df9cd66b90fae
parent38442e017e2aca19786765e704905d6d18261975
Enable -Wunreachable-code-break

Summary: Because the `break;` can be dead, and sometimes is indicitive of a different type of error.

Reviewed By: meyering

Differential Revision: D4310056

fbshipit-source-id: ad215eb9b2e5bb4d5c703582203efce893b26a76
folly/io/async/test/EventBaseTest.cpp
folly/io/test/IOBufTest.cpp