Fixed compiler warnings.

This commit is contained in:
Andrew Johnson
2008-07-28 16:03:34 +00:00
parent f0813777e4
commit 8a17c4b1e8

View File

@@ -5,10 +5,13 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
#include "epicsExit.h"
int
main(int argc, char **argv)
{
extern void epicsRunLibComTests(void);
epicsRunLibComTests();
epicsExit(0);
return 0;
}