cpukit/libblock: Ignore error notify return value

This is already in the error path.
This commit is contained in:
Kinsey Moore
2024-01-24 11:52:45 -06:00
committed by Joel Sherrill
parent 55a1b9accd
commit 0d5319d49a

View File

@@ -194,7 +194,7 @@ static void error(
const char *dest
)
{
notify(RTEMS_MEDIA_EVENT_ERROR, state, src, dest);
(void) notify(RTEMS_MEDIA_EVENT_ERROR, state, src, dest);
}
static media_item *get_media_item(