13
0

remove another NUTEMPO warning

This commit is contained in:
Paul Davis 2021-01-07 21:49:00 -07:00
parent 7762dde95e
commit 1a5e2aacff

View File

@ -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 */