From e57e3aebe344e7cbdd78ffa7c05dd32836a1cfe4 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Fri, 28 Aug 2015 07:02:42 +0000 Subject: Fix most GCC warnings during build. Only -Wattribute left. llvm-svn: 246280 --- libcxx/include/system_error | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcxx/include/system_error') diff --git a/libcxx/include/system_error b/libcxx/include/system_error index 66bf6d6c424..134bb327403 100644 --- a/libcxx/include/system_error +++ b/libcxx/include/system_error @@ -371,7 +371,7 @@ public: error_category() _NOEXCEPT; #else _LIBCPP_ALWAYS_INLINE - _LIBCPP_CONSTEXPR_AFTER_CXX11 error_category() _NOEXCEPT _LIBCPP_DEFAULT; + _LIBCPP_CONSTEXPR_AFTER_CXX11 error_category() _NOEXCEPT _LIBCPP_DEFAULT #endif private: error_category(const error_category&);// = delete; -- cgit v1.2.3