mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 22:16:16 +01:00
Merge branch 'fix-gdir-warning-msvc' into 'master'
gdir: shutup a warning when building with msvc See merge request GNOME/glib!612
This commit is contained in:
commit
72329ea303
@ -189,6 +189,8 @@ g_dir_new_from_dirp (gpointer dirp)
|
||||
return dir;
|
||||
#else
|
||||
g_assert_not_reached ();
|
||||
|
||||
return NULL;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user