diff options
author | Mikael Holmen <mikael.holmen@ericsson.com> | 2018-03-16 07:27:57 +0000 |
---|---|---|
committer | Mikael Holmen <mikael.holmen@ericsson.com> | 2018-03-16 07:27:57 +0000 |
commit | 9f373a379d3a1a6b04c8c56af4f560f32449a1de (patch) | |
tree | fb52ea38463afdc0325b62ce38145280999bdac4 /clang/test/SemaObjC | |
parent | 2e7fec7c90635fc5413c584c6645b6ce2570b9d7 (diff) | |
download | bcm5719-llvm-9f373a379d3a1a6b04c8c56af4f560f32449a1de.tar.gz bcm5719-llvm-9f373a379d3a1a6b04c8c56af4f560f32449a1de.zip |
Fix compilation warning introduced in r327654
The compiler complained about
../tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp:184:15: error: unused variable 'CSI' [-Werror,-Wunused-variable]
if (auto *CSI = CGF.CapturedStmtInfo) {
^
1 error generated.
I don't know this code but it seems like an easy fix so I push it anyway
to get rid of the warning.
llvm-svn: 327694
Diffstat (limited to 'clang/test/SemaObjC')
0 files changed, 0 insertions, 0 deletions