gcredentials: Add assertion to pacify static analysis
authorColin Walters <walters@verbum.org>
Tue, 22 Jul 2014 18:31:25 +0000 (14:31 -0400)
committerColin Walters <walters@verbum.org>
Wed, 23 Jul 2014 11:43:41 +0000 (07:43 -0400)
This should always be true.

https://bugzilla.gnome.org/show_bug.cgi?id=733576

gio/gcredentials.c

index 3c01027..6673afd 100644 (file)
@@ -335,6 +335,7 @@ credentials_native_type_check (GCredentialsType  requested_type,
 
 #if G_CREDENTIALS_SUPPORTED
   supported = g_enum_get_value (enum_class, G_CREDENTIALS_NATIVE_TYPE);
+  g_assert (supported);
   g_warning ("g_credentials_%s_native: Trying to %s credentials of type %s "
              "but only %s is supported on this platform.",
              op, op,