tools: Add missing enums to switch statement

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
Donald Sharp 2023-01-30 11:05:23 -05:00
parent 1dbeec4d44
commit 0678d01a70

View File

@ -885,7 +885,7 @@ static int run_stop_schedule(void)
strerror(errno));
}
default:
case sched_forever:
assert(!"schedule[].type value must be valid");
}