summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-18 21:14:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-18 21:14:16 +0000
commit52410c26958d3bd2c0256a33ec45dfc8f6161354 (patch)
tree6d13eb87bcdb5cdb0b2989dd7b689aa4de0cebdf /testsuites
parent2008-12-18 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-52410c26958d3bd2c0256a33ec45dfc8f6161354.tar.bz2
2008-12-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* capture/test1.c: Add const to eliminate warning.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/samples/ChangeLog4
-rw-r--r--testsuites/samples/capture/test1.c8
2 files changed, 8 insertions, 4 deletions
diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog
index ff220ecf62..6c7823f94a 100644
--- a/testsuites/samples/ChangeLog
+++ b/testsuites/samples/ChangeLog
@@ -1,3 +1,7 @@
+2008-12-18 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * capture/test1.c: Add const to eliminate warning.
+
2008-12-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* capture/test1.c: Eliminate all public use of TOD conversion routines.
diff --git a/testsuites/samples/capture/test1.c b/testsuites/samples/capture/test1.c
index fbe8b75780..2e510b12dd 100644
--- a/testsuites/samples/capture/test1.c
+++ b/testsuites/samples/capture/test1.c
@@ -108,10 +108,10 @@ capture_CT1c (rtems_task_argument arg)
}
static void
-capture_test_1 (int argc,
- char** argv,
- rtems_monitor_command_arg_t* command_arg,
- bool verbose)
+capture_test_1 (int argc,
+ char** argv,
+ const rtems_monitor_command_arg_t* command_arg,
+ bool verbose)
{
rtems_status_code sc;
rtems_name name;