Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
multun committed Jul 9, 2018
1 parent 9f4ce28 commit 9245c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto.hh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public:
template<template<class> class NewState,
template<class> class OldState,
class ...Args>
void transit(OldState<self_t> *st, Args&& ...args) {
void transit(OldState<self_t> *, Args&& ...args) {
free_transit<NewState, OldState, Args...>(std::forward<Args>(args)...);
}
};

0 comments on commit 9245c44

Please sign in to comment.