commit | b0051dfaca6e957fa62ab61c0ef2a42df7964d37 | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Wed Jan 13 11:39:15 2016 -0800 |
committer | Jim Stichnoth <stichnot@chromium.org> | Wed Jan 13 11:39:15 2016 -0800 |
tree | bd222ef518aea73d7833008187e2588075549153 | |
parent | 5aa4b89fd0d73350b7331ce5305584776de533ff [diff] [blame] |
Subzero: Fix g++ warnings. This tries to use the same -W options that the buildbots use, to reduce the amount of warning spam in the logs. BUG= none R=jpp@chromium.org Review URL: https://codereview.chromium.org/1575873006 .
diff --git a/src/IceCfgNode.cpp b/src/IceCfgNode.cpp index f23ae0f..ba50afb 100644 --- a/src/IceCfgNode.cpp +++ b/src/IceCfgNode.cpp
@@ -526,6 +526,7 @@ } } assert(Found); + (void)Found; } // Now that a cycle (if any) has been broken, create the actual // assignment.