DescriptionFix more build warnings
The following CL enables -Werror:
https://codereview.chromium.org/863093002/
There were two warnings left in our LLVM build:
- The ObjDump private member was unused.
- GCC 4.8 on Windows thinks the function can fallthrough when it actually can't (because all cases are handled).
R=dschuff@chromium.org, kschimpf@chromium.org
TEST= make check
BUG= none
Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-llvm.git;a=commit;h=2c57bd8daeb691d8f25298b359b07ff9a1ea3d23
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|