Constify strings in tracepoint.c, lookup_cmd and the completers.
[deliverable/binutils-gdb.git] / gdb / remote.c
index c4824e9fe7700f8ffec2118267bb1ee678f48aef..21d86f7b41e159406229ee439632dd321674390b 100644 (file)
@@ -11612,7 +11612,7 @@ _initialize_remote (void)
 {
   struct remote_state *rs;
   struct cmd_list_element *cmd;
-  char *cmd_name;
+  const char *cmd_name;
 
   /* architecture specific data */
   remote_gdbarch_data_handle =
This page took 0.025508 seconds and 4 git commands to generate.