diff --git a/libs/evoral/ControlList.cc b/libs/evoral/ControlList.cc index ca5d9e637d..4f7603ffc3 100644 --- a/libs/evoral/ControlList.cc +++ b/libs/evoral/ControlList.cc @@ -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 */