-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_info
[deliverable/binutils-gdb.git] / gdb / windows-nat.c
index 76313db98914973135247bddc6314ef8464202bc..85f2030214ea563eb9c0d5cbccb7ec57551710fc 100644 (file)
@@ -2807,7 +2807,7 @@ windows_close (struct target_ops *self)
 }
 
 /* Convert pid to printable format.  */
-static char *
+static const char *
 windows_pid_to_str (struct target_ops *ops, ptid_t ptid)
 {
   static char buf[80];
This page took 0.024966 seconds and 4 git commands to generate.