summaryrefslogtreecommitdiff
path: root/boost/spirit/home/classic/meta/impl/refactoring.ipp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/spirit/home/classic/meta/impl/refactoring.ipp')
-rw-r--r--boost/spirit/home/classic/meta/impl/refactoring.ipp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/spirit/home/classic/meta/impl/refactoring.ipp b/boost/spirit/home/classic/meta/impl/refactoring.ipp
index 61cc6b57b1..cebad09370 100644
--- a/boost/spirit/home/classic/meta/impl/refactoring.ipp
+++ b/boost/spirit/home/classic/meta/impl/refactoring.ipp
@@ -324,7 +324,7 @@ namespace impl {
>
static typename parser_result<ParserT, ScannerT>::type
parse(ParserT const &, ScannerT const& scan, ActionT const &action,
- NestedT const& nested_d)
+ NestedT const& /*nested_d*/)
{
return action.parse(scan);
}