diff options
| author | Eric Fiselier <eric@efcs.ca> | 2015-08-28 07:02:42 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2015-08-28 07:02:42 +0000 |
| commit | e57e3aebe344e7cbdd78ffa7c05dd32836a1cfe4 (patch) | |
| tree | 1f2a1e8d2d4a61e159af8ee58e360f4f5c34c257 /libcxx/include/system_error | |
| parent | 61db34d12ec98eb20f7177c91d3dbfa89c14b3e7 (diff) | |
| download | bcm5719-llvm-e57e3aebe344e7cbdd78ffa7c05dd32836a1cfe4.tar.gz bcm5719-llvm-e57e3aebe344e7cbdd78ffa7c05dd32836a1cfe4.zip | |
Fix most GCC warnings during build. Only -Wattribute left.
llvm-svn: 246280
Diffstat (limited to 'libcxx/include/system_error')
| -rw-r--r-- | libcxx/include/system_error | 2 |
1 files changed, 1 insertions, 1 deletions
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; |

