mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-23 17:17:23 +02:00
Avoid unused parameter warning in BOOST_FUSION_DEFINE_STRUCT_INLINE
This commit is contained in:
@ -392,9 +392,9 @@
|
|||||||
typename boost_fusion_detail_It1::index \
|
typename boost_fusion_detail_It1::index \
|
||||||
>::type type; \
|
>::type type; \
|
||||||
\
|
\
|
||||||
BOOST_FUSION_GPU_ENABLED \
|
BOOST_FUSION_GPU_ENABLED \
|
||||||
static type call(boost_fusion_detail_It1 const& it1, \
|
static type call(boost_fusion_detail_It1 const& /* it1 */, \
|
||||||
boost_fusion_detail_It2 const& it2) \
|
boost_fusion_detail_It2 const& /* it2 */) \
|
||||||
{ \
|
{ \
|
||||||
return type(); \
|
return type(); \
|
||||||
} \
|
} \
|
||||||
|
Reference in New Issue
Block a user