commit | ec3773c2dadbeadfc5def927116c2ee9d9c53066 | [log] [tgz] |
---|---|---|
author | Howard Hinnant <hhinnant@apple.com> | Thu Dec 01 20:21:04 2011 +0000 |
committer | Howard Hinnant <hhinnant@apple.com> | Thu Dec 01 20:21:04 2011 +0000 |
tree | 556cfdc9a9d1d6cb484a88a2771ed9c92c13037a | |
parent | 9996844df0f22a68a1af6d30c611be1f1ebf1486 [diff] [blame] |
Quash a whole bunch of warnings git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@145624 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/src/new.cpp b/src/new.cpp index 1e8ed88..f2987b1 100644 --- a/src/new.cpp +++ b/src/new.cpp
@@ -83,7 +83,7 @@ __attribute__((__weak__, __visibility__("default"))) void* -operator new[](size_t size, const std::nothrow_t& nothrow) _NOEXCEPT +operator new[](size_t size, const std::nothrow_t&) _NOEXCEPT { void* p = 0; #ifndef _LIBCPP_NO_EXCEPTIONS