Merge pull request #22 from klemensbaum/master

Avoid unused parameter warning in BOOST_FUSION_DEFINE_STRUCT_INLINE
This commit is contained in:
Joel de Guzman
2014-10-20 17:57:59 +08:00

View File

@ -393,8 +393,8 @@
>::type type; \
\
BOOST_FUSION_GPU_ENABLED \
static type call(boost_fusion_detail_It1 const& it1, \
boost_fusion_detail_It2 const& it2) \
static type call(boost_fusion_detail_It1 const& /* it1 */, \
boost_fusion_detail_It2 const& /* it2 */) \
{ \
return type(); \
} \