2002-10-28 Joel Sherrill <joel@OARcorp.com>

* src/timerserver.c: Add useless return to avoid warning.
This commit is contained in:
Joel Sherrill
2002-10-28 13:48:35 +00:00
parent 78f6323105
commit 0b993a94f3
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -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,
+2
View File
@@ -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