commit | 4376d2929a6d09055222f41600b165d3a2130657 | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Fri May 23 13:39:02 2014 -0700 |
committer | Jim Stichnoth <stichnot@chromium.org> | Fri May 23 13:39:02 2014 -0700 |
tree | ccb3530927c90f1329216d689668ecc655f482b5 | |
parent | f61d5b22c1d6e488b81071a8b0fe97855b3765c0 [diff] |
Fix g++ -pedantic warnings. 1. Comma-terminated enumerator lists. 2. Empty macro arguments. 3. Variable-length arrays. The first issue is definitely hitting the Mac bots. The other two issues will quite possibly following that. BUG= none R=jfb@chromium.org Review URL: https://codereview.chromium.org/296823013