summaryrefslogtreecommitdiff
path: root/include/stdexcept
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2015-09-06 18:46:46 +0000
committerDimitry Andric <dim@FreeBSD.org>2015-09-06 18:46:46 +0000
commit61b9a7258a7693d7f3674a5a1daf7b036ff1d382 (patch)
treeec41ed70ffca97240e76f9a78bb2dedba28f310c /include/stdexcept
parentf857581820d15e410e9945d2fcd5f7163be25a96 (diff)
Notes
Diffstat (limited to 'include/stdexcept')
-rw-r--r--include/stdexcept2
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