From 1a5e2aacfff33a4e6f8105e9ea0b6c26839f0341 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 7 Jan 2021 21:49:00 -0700 Subject: [PATCH] remove another NUTEMPO warning --- libs/evoral/ControlList.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 */