commit | 6e992147f2f4c99a8fd574e6a154b97e503e59e7 | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Wed Jul 30 14:45:20 2014 -0700 |
committer | Jim Stichnoth <stichnot@chromium.org> | Wed Jul 30 14:45:20 2014 -0700 |
tree | e1714037ed496e6081f0c58cb1022918118ad374 | |
parent | 1e88958647219b7797d5c3b9fc02c24fe0156fc8 [diff] |
Subzero: Try to fix warnings and errors in the Windows build. Quiet some unused-variable warnings when their only use is in an assert(). Forward-declare partial template specializations when the template method already has a default implementation, to avoid ODR violations and link errors. BUG= https://codereview.chromium.org/296053008/ R=wala@chromium.org Review URL: https://codereview.chromium.org/429993002