arphaman added a comment.

I think that the patch would be neater if you add "-Wno-unused-lambda-capture" 
to the options for all of the tests that are modified by this patch in the CXX/ 
directory. This would avoid redundant `(void)` uses and ensure that the 
`(void)` uses won't interfere with the original intent where things might be 
only used in the capture list.


https://reviews.llvm.org/D28467



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to