commit | 1040d86c3c653916dafcac35183482ecfc60a308 | [log] [tgz] |
---|---|---|
author | Karl Schimpf <kschimpf@google.com> | Thu May 12 10:12:23 2016 -0700 |
committer | Karl Schimpf <kschimpf@google.com> | Thu May 12 10:12:23 2016 -0700 |
tree | 649ca1502dce2c322fe21824abbb6dff24340ee1 | |
parent | a5b16abfebb1d33fa4b4448f1bda1bf02cc0bd58 [diff] |
Remove compiler warning when building within LLVM trunk. Clang doesn't realize that the end of method NaClBitstreamCursor::readArrayAbbreviatedField is unreachable. Add unreachable call to make the compiler happy. BUG=None R=stichnot@chromium.org Review URL: https://codereview.chromium.org/1963193003 .