mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-25 00:13:41 +08:00
2008-12-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* capture/test1.c: Add const to eliminate warning.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user