commit | f2e93b66d3e4c794130cb585fea104a2aa35038d | [log] [tgz] |
---|---|---|
author | JF Bastien <jfb@chromium.org> | Thu Jan 22 14:30:57 2015 -0800 |
committer | JF Bastien <jfb@chromium.org> | Thu Jan 22 14:30:57 2015 -0800 |
tree | a90688f05171520e4a36505dcb045d4be3cb1eb3 | |
parent | 819d7b56fe179db006d1c474b557230d8c8e5e2b [diff] |
Fix build warnings The following CL enables -Werror: https://codereview.chromium.org/863093002/ There were two warnings left in our subzero build: - Dead default cases because all of an enum's values were handled by the switch. - Use of C99 VLA. R=stichnot@chromium.org TEST= make check BUG= none Review URL: https://codereview.chromium.org/862853003