[libc-commits] [libc] [libc] [Task] Prepare to enable disabled warnings (PR #122835)
Vinay Deshmukh via libc-commits
libc-commits at lists.llvm.org
Thu Jan 16 04:02:25 PST 2025
================
@@ -136,7 +136,7 @@ void operator delete(void *) {
__builtin_trap();
}
-void operator delete(void *ptr, size_t size) { __builtin_trap(); }
+void operator delete(void */*ptr*/, size_t /*size*/) { __builtin_trap(); }
----------------
vinay-deshmukh wrote:
Will be handle in the next PR that deals with unused parameters
https://github.com/llvm/llvm-project/pull/122835
More information about the libc-commits
mailing list