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;