mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-02-04 20:51:36 +00:00
The GCC warning -Wenum-conversion flagged the call to _Core_message_queue_Submit() as returning a Status_Control but the caller assigned it to a variable of type rtems_status_code.