-
Remove compiler warning when building within LLVM trunk. · 1040d86cKarl Schimpf authored
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 .
1040d86c
×