forked from Imagelibrary/rtems
cpukit/libblock: Ignore error notify return value
This is already in the error path.
This commit is contained in:
committed by
Joel Sherrill
parent
55a1b9accd
commit
0d5319d49a
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user