forked from Imagelibrary/rtems
libtmtests - Eliminate missing prototype warnings
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* COPYRIGHT (c) 1989-2009.
|
||||
* COPYRIGHT (c) 1989-2012.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
@@ -23,6 +23,9 @@
|
||||
#error "what type are we testing?"
|
||||
#endif
|
||||
|
||||
/* forward declarations to avoid warnings */
|
||||
void TEST_STRING_TO_NAME(void);
|
||||
|
||||
void TEST_STRING_TO_NAME(void)
|
||||
{
|
||||
TEST_STRING_TO_TYPE value;
|
||||
|
||||
Reference in New Issue
Block a user