mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +00:00
fix warning (for -Wextra)
This commit is contained in:
parent
49243e6c94
commit
57e35349e5
146 changed files with 459 additions and 499 deletions
|
@ -84,7 +84,7 @@ namespace sprout {
|
|||
private:
|
||||
template<typename Engine, typename RangeType, typename BaseUnsigned>
|
||||
SPROUT_CONSTEXPR sprout::random::random_result<Engine, uniform_smallint> generate_true_2(
|
||||
Engine const& eng,
|
||||
Engine const&,
|
||||
sprout::random::random_result<Engine> const& rnd,
|
||||
RangeType range,
|
||||
BaseUnsigned base_range,
|
||||
|
@ -139,7 +139,7 @@ namespace sprout {
|
|||
}
|
||||
template<typename Engine, typename RangeType>
|
||||
SPROUT_CONSTEXPR sprout::random::random_result<Engine, uniform_smallint> generate_false_2(
|
||||
Engine const& eng,
|
||||
Engine const&,
|
||||
sprout::random::random_result<Engine, sprout::random::uniform_01<typename Engine::result_type> > const& rnd,
|
||||
RangeType range,
|
||||
RangeType offset
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue