Skip to content

Commit

Permalink
Fix an unused parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadden committed Jun 26, 2020
1 parent 1290aa5 commit 0464bc0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/alia/signals/core.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@ struct untyped_signal_base
//
// The return value should be true iff the validation error was handled.
//
virtual bool
invalidate(std::exception_ptr error) const
virtual bool invalidate(std::exception_ptr) const
{
return false;
}
Expand Down

0 comments on commit 0464bc0

Please sign in to comment.