Fix unused parameter error

This commit is contained in:
Peter Dimov
2021-09-16 19:43:32 +03:00
parent d17f7d7fe6
commit 19f9d0c5b4

View File

@ -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;