summaryrefslogtreecommitdiff
path: root/testcase
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2013-09-07 15:29:14 +1000
committerChris Johns <chrisj@rtems.org>2013-09-07 15:29:14 +1000
commit3baa6851dea54ae4950a3f56ce73b0a7721e9ea6 (patch)
treefcb256075bad8cb4e794fdae858ce1bda1fbf376 /testcase
parent186bc96fa2bd37582f5c8296ad0bad6df01683dc (diff)
Remove warnings.
Diffstat (limited to 'testcase')
-rw-r--r--testcase/1.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testcase/1.c b/testcase/1.c
index 83c16b5..14b3729 100644
--- a/testcase/1.c
+++ b/testcase/1.c
@@ -62,6 +62,7 @@ void hello(int arg)
}
#if defined (__arm__)
+int rtems_arm(int arg);
int rtems_arm(int arg)
{
switch (arg) {
@@ -72,6 +73,7 @@ int rtems_arm(int arg)
return 0;
}
+int rtems_thumb(int arg);
int rtems_thumb(int arg)
{
switch (arg) {