commit | 26f9433e4e033d66574fa0d74392a504f8e491c0 | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Wed Jan 28 08:37:22 2015 -0800 |
committer | Jim Stichnoth <stichnot@chromium.org> | Wed Jan 28 08:37:22 2015 -0800 |
tree | 12fa83f888829729758841e810380eeb2ce820d5 | |
parent | 8427ea2b5b3e165130377ab4aca836ed65afcae4 [diff] |
Add -pedantic to Makefile.standalone to match production. This also requires modifying the ICE_CACHELINE_BOUNDARY macro to avoid a warning about anonymous structs: src/IceUtils.h:132:3: warning: anonymous structs are a GNU extension [-Wgnu-anonymous-struct] BUG= none R=jfb@chromium.org Review URL: https://codereview.chromium.org/883983002