forked from boostorg/system
Fix unused parameter error
This commit is contained in:
@ -51,6 +51,7 @@ namespace
|
|||||||
<< ex.what() << "\"\n";
|
<< ex.what() << "\"\n";
|
||||||
}
|
}
|
||||||
# endif
|
# endif
|
||||||
|
(void)str;
|
||||||
}
|
}
|
||||||
|
|
||||||
const boost::uint_least32_t uvalue = 2u;
|
const boost::uint_least32_t uvalue = 2u;
|
||||||
|
Reference in New Issue
Block a user