Remove fallthrough in http_fs_node.cc
Fallthrough in a switch statement now omits a warning in modern compilers. Unfortunately, the NaCl compilers are too old to support the required annotation. We could enable this conditionally with a macro, but it's simpler to just remove the fallthrough and replace it with a goto. Change-Id: I0c112883d170155424c8c40879d3024e2d144c8e Reviewed-on: https://chromium-review.googlesource.com/965563Reviewed-by:Sam Clegg <sbc@chromium.org> Commit-Queue: Ben Smith <binji@chromium.org> Cr-Commit-Position: refs/heads/master@{#544124}
Showing
Please register or sign in to comment