From 52410c26958d3bd2c0256a33ec45dfc8f6161354 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 18 Dec 2008 21:14:16 +0000 Subject: 2008-12-18 Joel Sherrill * capture/test1.c: Add const to eliminate warning. --- testsuites/samples/ChangeLog | 4 ++++ testsuites/samples/capture/test1.c | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'testsuites') 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 + + * capture/test1.c: Add const to eliminate warning. + 2008-12-16 Joel Sherrill * 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; -- cgit v1.2.3