summaryrefslogtreecommitdiff
path: root/boost/spirit/home/x3/core/call.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/spirit/home/x3/core/call.hpp')
-rw-r--r--boost/spirit/home/x3/core/call.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/spirit/home/x3/core/call.hpp b/boost/spirit/home/x3/core/call.hpp
index 9674c93efe..8a5deedb73 100644
--- a/boost/spirit/home/x3/core/call.hpp
+++ b/boost/spirit/home/x3/core/call.hpp
@@ -52,7 +52,7 @@ namespace boost { namespace spirit { namespace x3
}
template <typename F, typename Context>
- auto call(F f, Context const& context, mpl::false_)
+ auto call(F f, Context const& /* context */, mpl::false_)
{
return f();
}