-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_info
[deliverable/binutils-gdb.git] / gdb / bsd-kvm.c
index 9f4f9e71edf94127c5da7213da40feec367d556a..98e242836d9d236037205bde29c32f3ec159983a 100644 (file)
@@ -329,7 +329,7 @@ bsd_kvm_thread_alive (struct target_ops *ops,
   return 1;
 }
 
-static char *
+static const char *
 bsd_kvm_pid_to_str (struct target_ops *ops, ptid_t ptid)
 {
   static char buf[64];
This page took 0.028817 seconds and 4 git commands to generate.