]> granicus.if.org Git - clang/commit
Silence a dubious GCC warning about a set but unused global. Indeed, the
authorChandler Carruth <chandlerc@gmail.com>
Sat, 28 Dec 2013 02:50:00 +0000 (02:50 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 28 Dec 2013 02:50:00 +0000 (02:50 +0000)
commita75e19079ed7b415916556579805838e4db3bb83
tree4ad6d5f8d6785e55293bf8d6d0b8687343ab6ee9
parent305448f04b42514e6c718c16e93ceaca8bc23155
Silence a dubious GCC warning about a set but unused global. Indeed, the
purpose of this global is to be set and not used. =]

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@198094 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/CompilerInvocation.cpp