aboutsummaryrefslogtreecommitdiff
path: root/stlport/stl/_algo.c
diff options
context:
space:
mode:
Diffstat (limited to 'stlport/stl/_algo.c')
-rw-r--r--stlport/stl/_algo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stlport/stl/_algo.c b/stlport/stl/_algo.c
index b58b92d..c1b1921 100644
--- a/stlport/stl/_algo.c
+++ b/stlport/stl/_algo.c
@@ -1354,7 +1354,7 @@ _STLP_MOVE_TO_PRIV_NAMESPACE
template <class _ForwardIter, class _Tp,
class _Compare1, class _Compare2, class _Distance>
_ForwardIter __upper_bound(_ForwardIter __first, _ForwardIter __last, const _Tp& __val,
- _Compare1 __comp1, _Compare2 __comp2, _Distance*) {
+ _Compare1 _STLP_UNUSED(__comp1), _Compare2 __comp2, _Distance*) {
_Distance __len = _STLP_STD::distance(__first, __last);
_Distance __half;