Added comment to indicate this path does not occur.

This commit is contained in:
Jennifer Averett
2000-01-13 17:13:12 +00:00
parent 0724b658a7
commit b0461cd4b4
2 changed files with 4 additions and 2 deletions

View File

@@ -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;
}