[libc-commits] [libc] [libc] [Task] Enable most libc disabled warnings (PR #122835)

Nick Desaulniers via libc-commits libc-commits at lists.llvm.org
Tue Jan 14 11:17:03 PST 2025


================
@@ -81,7 +81,7 @@ struct Message {
 // A trivial object to catch the Message, this enables custom logging and
 // returning from the test function, see LIBC_TEST_SCAFFOLDING_ below.
 struct Failure {
-  void operator=(Message msg) {}
+  void operator=(Message /*msg*/) {}
----------------
nickdesaulniers wrote:

I guess [the llvm style guide](https://llvm.org/docs/CodingStandards.html) doesn't say. So I'm ok with what you've chosen.

https://github.com/llvm/llvm-project/pull/122835


More information about the libc-commits mailing list