mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 13:22:39 +08:00
2002-10-28 Joel Sherrill <joel@OARcorp.com>
* src/timerserver.c: Add useless return to avoid warning.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2002-10-28 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* src/timerserver.c: Add useless return to avoid warning.
|
||||
|
||||
2002-09-14 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* src/dpmemcreate.c, src/dpmemident.c, src/msgqcreate.c,
|
||||
|
||||
@@ -112,6 +112,8 @@ Thread _Timer_Server_body(
|
||||
_Timer_Server_process_ticks_chain();
|
||||
_Timer_Server_process_seconds_chain();
|
||||
}
|
||||
|
||||
return 0; /* unreached - only to remove warnings */
|
||||
}
|
||||
|
||||
/*PAGE
|
||||
|
||||
Reference in New Issue
Block a user