[gnome-online-accounts] identity: Silence -Wimplicit-fallthrough



commit 7c20566b8b63fef476d2d2f7a359a2354df33719
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu Nov 2 14:12:06 2017 +0100

    identity: Silence -Wimplicit-fallthrough

 src/goaidentity/goakerberosidentity.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/goaidentity/goakerberosidentity.c b/src/goaidentity/goakerberosidentity.c
index 54bbd9f..5f05a3d 100644
--- a/src/goaidentity/goakerberosidentity.c
+++ b/src/goaidentity/goakerberosidentity.c
@@ -1090,12 +1090,13 @@ goa_kerberos_identity_initable_init (GInitable     *initable,
       return TRUE;
 
     case VERIFICATION_LEVEL_ERROR:
+    default:
       if (verification_error != NULL)
         {
           g_propagate_error (error, verification_error);
           return FALSE;
         }
-    default:
+
       g_set_error (error,
                    GOA_IDENTITY_ERROR,
                    GOA_IDENTITY_ERROR_VERIFYING,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]