mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 12:48:51 +00:00
build: Suppress compiler warning if compiled with G_DISABLE_ASSERT
This commit is contained in:
parent
d17e93e696
commit
0be63575ff
@ -110,4 +110,5 @@ secret_get_schema (SecretSchemaType type)
|
||||
default:
|
||||
g_assert_not_reached ();
|
||||
}
|
||||
g_return_val_if_reached (NULL);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user