-Wwrite-strings: The Rest
[deliverable/binutils-gdb.git] / gdb / guile / scm-cmd.c
index 5f6d442fbbc65924cdc00926f2fe1bd793a0118b..ae5d14599dbea5207d2557b608bad2d7b5929ac9 100644 (file)
@@ -291,8 +291,10 @@ cmdscm_destroyer (struct cmd_list_element *self, void *context)
 /* Called by gdb to invoke the command.  */
 
 static void
-cmdscm_function (struct cmd_list_element *command, char *args, int from_tty)
+cmdscm_function (struct cmd_list_element *command,
+                char *args_entry, int from_tty)
 {
+  const char *args = args_entry;
   command_smob *c_smob/*obj*/ = (command_smob *) get_cmd_context (command);
   SCM arg_scm, tty_scm, result;
 
This page took 0.02621 seconds and 4 git commands to generate.