diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2015-09-06 18:46:46 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2015-09-06 18:46:46 +0000 |
commit | 61b9a7258a7693d7f3674a5a1daf7b036ff1d382 (patch) | |
tree | ec41ed70ffca97240e76f9a78bb2dedba28f310c /include/stdexcept | |
parent | f857581820d15e410e9945d2fcd5f7163be25a96 (diff) |
Notes
Diffstat (limited to 'include/stdexcept')
-rw-r--r-- | include/stdexcept | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdexcept b/include/stdexcept index 5fc912a644be..f251806fba62 100644 --- a/include/stdexcept +++ b/include/stdexcept @@ -53,7 +53,7 @@ public: #ifndef _LIBCPP___REFSTRING _LIBCPP_BEGIN_NAMESPACE_STD class _LIBCPP_HIDDEN __libcpp_refstring { - const char *__imp_; + const char *__imp_ _LIBCPP_UNUSED; }; _LIBCPP_END_NAMESPACE_STD #endif |