[PATCH] D100581: [Clang] -Wunused-but-set-parameter and -Wunused-but-set-variable

Arthur Eubanks via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 30 17:56:32 PDT 2021


aeubanks added a comment.

casting to void is the normal way to get around these warnings, these new warnings should also not diagnose anything with a cast to void


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100581/new/

https://reviews.llvm.org/D100581



More information about the cfe-commits mailing list