Supress tons of warning from triggers (#4565)
This commit is contained in:
parent
8069506135
commit
e2addd1951
|
@ -144,8 +144,8 @@ protected:
|
|||
// - Saw a sync point but the wrong number of events in the cycle
|
||||
virtual void onTriggerError() { }
|
||||
|
||||
virtual void onNotEnoughTeeth(int actual, int expected) { }
|
||||
virtual void onTooManyTeeth(int actual, int expected) { }
|
||||
virtual void onNotEnoughTeeth(int, int) { }
|
||||
virtual void onTooManyTeeth(int, int) { }
|
||||
|
||||
private:
|
||||
void resetCurrentCycleState();
|
||||
|
|
Loading…
Reference in New Issue