mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2025-01-03 10:38:52 +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:
|
default:
|
||||||
g_assert_not_reached ();
|
g_assert_not_reached ();
|
||||||
}
|
}
|
||||||
|
g_return_val_if_reached (NULL);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user