DescriptionRemove -Werror from pnacl build, due to default switch error in subzero.
When compiling using toolchain_build_pnacl.py, we get errors of form:
Don't use default labels in fully covered switches over enumerations
I tried different combinations of -Wno-covered-switch-default and
-Wno-error=covered-switch-default, but was not able to stop this
error from being generated. Hence, taking the simplier route of
removing -Werror from Makefile.
(see www.llvm.org/docs/CodingStandards.html for more details)
BUG=None
R=stichnot@chromium.org
Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=6c4fde964a765130547a513ab371002a37c49cba
Patch Set 1 #
Total comments: 2
Patch Set 2 : Remove other warnings. #Messages
Total messages: 5 (1 generated)
|