[gnome-commander] src/gnome-cmd-hintbox.cc: Fix case-switch not belonging to the variable type range



commit 49b4f99166df0ea0c75b572bacb4688aaa335fc0
Author: Uwe Scholz <uwescholz src gnome org>
Date:   Sun Apr 23 13:25:07 2017 +0200

    src/gnome-cmd-hintbox.cc: Fix case-switch not belonging to the variable type range

 src/gnome-cmd-hintbox.cc |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-cmd-hintbox.cc b/src/gnome-cmd-hintbox.cc
index 43a8b60..cf89287 100644
--- a/src/gnome-cmd-hintbox.cc
+++ b/src/gnome-cmd-hintbox.cc
@@ -331,7 +331,6 @@ gnome_cmd_label_set_attributes (GtkLabel *label, ...)
         default:
           g_warning ("%s: invalid PangoAttribute type %d",
                      G_STRFUNC, attr_type);
-        case -1:
         case PANGO_ATTR_INVALID:
           attr = NULL;
           break;


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