psxtests/psxclockrealtime01: Fix warnings

Update #3182.
This commit is contained in:
Sebastian Huber
2017-10-26 13:08:27 +02:00
parent 8388ceea05
commit b31ccb5563

View File

@@ -278,6 +278,8 @@ static void *worker(void *arg)
expected_eno = -1;
break;
default:
to = NULL;
expected_eno = -1;
rtems_test_assert(0);
break;
}