summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-10 14:43:44 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-10 14:43:44 +0000
commit072d2a0933f72a51c8c1bf839c16f72409477708 (patch)
tree01a7ce2083e93399a8abb6a07e9503a5ffde0c5f /testsuites
parent2009-05-10 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-072d2a0933f72a51c8c1bf839c16f72409477708.tar.bz2
2009-05-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* support/src/tmtests_empty_function.c: Fix warnings.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/ChangeLog4
-rw-r--r--testsuites/support/src/tmtests_empty_function.c4
2 files changed, 7 insertions, 1 deletions
diff --git a/testsuites/ChangeLog b/testsuites/ChangeLog
index bad5f35423..a53df84c0f 100644
--- a/testsuites/ChangeLog
+++ b/testsuites/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-10 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * support/src/tmtests_empty_function.c: Fix warnings.
+
2009-04-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/prog-cc.m4: Preset ac_cv_exeext=.exe for *-rtems*
diff --git a/testsuites/support/src/tmtests_empty_function.c b/testsuites/support/src/tmtests_empty_function.c
index 162b40bc47..c8ed245bb1 100644
--- a/testsuites/support/src/tmtests_empty_function.c
+++ b/testsuites/support/src/tmtests_empty_function.c
@@ -2,7 +2,7 @@
* This file implements an empty function used by the RTEMS Timing Tests
* to set a baseline for loop overhead.
*
- * COPYRIGHT (c) 1989-2008.
+ * COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -14,6 +14,8 @@
#include <rtems.h>
+rtems_status_code benchmark_timer_empty_function( void );
+
rtems_status_code benchmark_timer_empty_function( void )
{
return RTEMS_SUCCESSFUL;