mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
don't make strings const when they are not
gets rid of compiler warnings
This commit is contained in:
parent
a402875de1
commit
3e3e3c2946
@ -843,8 +843,8 @@ uri_list_segment_to_files (GList *start,
|
||||
|
||||
typedef struct
|
||||
{
|
||||
const char *display;
|
||||
const char *sn_id;
|
||||
char *display;
|
||||
char *sn_id;
|
||||
} ChildSetupData;
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user