tbaederr wrote:

This introduced an unused variable:
```
/home/tbaeder/code/llvm-project/clang/lib/AST/ExprConstant.cpp:11818:14: 
warning: unused variable 'DestEltTy' [-Wunused-variable]
 11818 |     QualType DestEltTy = 
E->getType()->castAs<VectorType>()->getElementType();
       |              ^~~~~~~~~

```

https://github.com/llvm/llvm-project/pull/152705
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to