mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix warning (for -Wextra)
This commit is contained in:
parent
49243e6c94
commit
57e35349e5
146 changed files with 459 additions and 499 deletions
|
@ -44,7 +44,7 @@ namespace sprout {
|
|||
private:
|
||||
template<typename Result2>
|
||||
SPROUT_CONSTEXPR result_type call_2(
|
||||
typename Expr::args_type const& args,
|
||||
typename Expr::args_type const&,
|
||||
context_type const& ctx,
|
||||
Result2 const& res
|
||||
) const
|
||||
|
|
|
@ -42,7 +42,7 @@ namespace sprout {
|
|||
private:
|
||||
template<typename Attr1, typename Result2>
|
||||
SPROUT_CONSTEXPR result_type call_2(
|
||||
typename Expr::args_type const& args,
|
||||
typename Expr::args_type const&,
|
||||
context_type const& ctx,
|
||||
Attr1 const& attr,
|
||||
Result2 const& res
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue