mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 22:46:15 +01:00
gdir: shutup a warning when building with msvc
This way we avoid the warning: warning C4716: 'g_dir_new_from_dirp': must return a value
This commit is contained in:
parent
3fe6f2a44f
commit
57c779dab4
@ -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