mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 10:42:11 +01:00
don't make strings const when they are not
gets rid of compiler warnings
This commit is contained in:
parent
6d8d934823
commit
3eb4323149
@ -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…
x
Reference in New Issue
Block a user