forked from Imagelibrary/rtems
Added comment to indicate this path does not occur.
This commit is contained in:
@@ -159,7 +159,8 @@ rtems_status_code rtems_semaphore_create(
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
the_mutex_attributes.lock_nesting_behavior = CORE_MUTEX_NESTING_BLOCKS;
|
||||
/* just to avoid warnings */
|
||||
the_mutex_attributes.lock_nesting_behavior = CORE_MUTEX_NESTING_IS_ERROR;
|
||||
the_mutex_attributes.only_owner_release = FALSE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user