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/include/exception b/include/exception
index ae78f89..dcef3e5 100644
--- a/include/exception
+++ b/include/exception
@@ -239,7 +239,7 @@
 template <class _Ep>
 inline _LIBCPP_INLINE_VISIBILITY
 void
-rethrow_if_nested(const _Ep& __e, typename enable_if<
+rethrow_if_nested(const _Ep&, typename enable_if<
                                    !is_polymorphic<_Ep>::value
                                                    >::type* = 0)
 {