]> granicus.if.org Git - clang/commit
Silence Visual C++ warning C4189: 'Result' : local variable is initialized but not...
authorYaron Keren <yaron.keren@gmail.com>
Wed, 13 May 2015 17:56:46 +0000 (17:56 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Wed, 13 May 2015 17:56:46 +0000 (17:56 +0000)
commit9591d15e42abfcacb0225e54ad4a48b215be0726
tree04beddc0b44efb17a96c9ec27859acf6b50de038
parentcd67166a3795b74c801fcfc99b83e870356344e9
Silence Visual C++ warning C4189: 'Result' : local variable is initialized but not referenced.

Sadly, LLVM_ATTRIBUTE_UNUSED does nothing with Visual C++ which means
we'll have to workaround such cases again and again.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@237267 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplateDeduction.cpp