2008-12-18 Joel Sherrill <joel.sherrill@oarcorp.com>

* capture/test1.c: Add const to eliminate warning.
This commit is contained in:
Joel Sherrill
2008-12-18 21:14:16 +00:00
parent 0f4ad5709f
commit 52410c2695
2 changed files with 8 additions and 4 deletions
+4
View File
@@ -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.
+4 -4
View File
@@ -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;