remove another NUTEMPO warning
This commit is contained in:
parent
7762dde95e
commit
1a5e2aacff
@ -540,8 +540,7 @@ ControlList::add_guard_point (timepos_t const & time, timecnt_t const & offset)
|
||||
return;
|
||||
}
|
||||
|
||||
#warning NUTEMPO FIXME this assertion should be possible to write
|
||||
// assert (offset <= 0);
|
||||
assert (offset <= timecnt_t());
|
||||
|
||||
if (!offset.zero()) {
|
||||
/* check if there are points between when + offset .. when */
|
||||
|
Loading…
Reference in New Issue
Block a user