Skip to content
Commit 99438508 authored by Duncan Sands's avatar Duncan Sands
Browse files

Avoid many "variable 'Sub' set but not used [-Wunused-but-set-variable]" warnings

with gcc-4.6.  The warning is wrong, since Sub *is* used (perhaps gcc is confused
because the use of Sub is constant folded away?), but since it is trivial to avoid,
and massively reduces the amount of warning spew, just workaround the wrong warning.

llvm-svn: 105788
parent c65667c8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment