* remote.c (remote_set_trace_notes): Make arguments const.
* target.c (update_current_target): Update cast. * target.h (to_set_trace_notes): Make arguments const.
This commit is contained in:
parent
503ebb2c1d
commit
ca623f82a4
4 changed files with 11 additions and 3 deletions
|
@ -946,7 +946,7 @@ update_current_target (void)
|
|||
(void (*) (LONGEST))
|
||||
target_ignore);
|
||||
de_fault (to_set_trace_notes,
|
||||
(int (*) (char *, char *, char *))
|
||||
(int (*) (const char *, const char *, const char *))
|
||||
return_zero);
|
||||
de_fault (to_get_tib_address,
|
||||
(int (*) (ptid_t, CORE_ADDR *))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue