summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGVTables.cpp
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2010-06-10 15:06:05 +0000
committerDuncan Sands <baldrick@free.fr>2010-06-10 15:06:05 +0000
commit9943850884edb39bf1d8f9ff1232640a6ed992ef (patch)
tree79533fb4111505d5f352210498acb2cde402b43b /clang/lib/CodeGen/CGVTables.cpp
parentc65667c8ba1d9ea5259bc0d2969aff03c5b4bec3 (diff)
downloadbcm5719-llvm-9943850884edb39bf1d8f9ff1232640a6ed992ef.tar.gz
bcm5719-llvm-9943850884edb39bf1d8f9ff1232640a6ed992ef.zip
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
Diffstat (limited to 'clang/lib/CodeGen/CGVTables.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud