https://bugs.llvm.org/show_bug.cgi?id=52244
Aaron Ballman <aa...@aaronballman.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |aa...@aaronballman.com
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from Aaron Ballman <aa...@aaronballman.com> ---
You are disabling -Wno-unused and not -Wno-unused-parameter. For compatibility
with GCC, Clang does not add -Wunused-parameter under -Wunused
(https://github.com/llvm/llvm-project/blob/0aabdad1ef96d489d63933e47bf19bcc832239e8/clang/include/clang/Basic/DiagnosticGroups.td#L889,
https://godbolt.org/z/7dM9ooPab), which is why you're not able to silence the
diagnostic as you expect.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs