kazutakahirata wrote:

I've fixed a warning with ac83582a2e7301f7088d14a4c352438e9f62bcf0.  We should 
probably use `for (unsigned I = 0; I != NumVars; ++I)` because the use of `_` 
requires `(void)_;` and curly braces (or `[[maybe_unused]]`).  Will post a 
patch shortly.


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

Reply via email to