forked from Imagelibrary/binutils-gdb
* 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:
@@ -11126,7 +11126,8 @@ remote_set_trace_buffer_size (LONGEST val)
|
||||
}
|
||||
|
||||
static int
|
||||
remote_set_trace_notes (char *user, char *notes, char *stop_notes)
|
||||
remote_set_trace_notes (const char *user, const char *notes,
|
||||
const char *stop_notes)
|
||||
{
|
||||
struct remote_state *rs = get_remote_state ();
|
||||
char *reply;
|
||||
|
||||
Reference in New Issue
Block a user