[gnome-commander] Adds default switch case



commit 5873e6eff8e4bbb23851d68c522223b35fd8ea1f
Author: Uwe Scholz <uwescholz src gnome org>
Date:   Sun Apr 16 20:20:09 2017 +0200

    Adds default switch case

 src/dialogs/gnome-cmd-search-dialog.cc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/dialogs/gnome-cmd-search-dialog.cc b/src/dialogs/gnome-cmd-search-dialog.cc
index 765ec1c..7a5e43d 100644
--- a/src/dialogs/gnome-cmd-search-dialog.cc
+++ b/src/dialogs/gnome-cmd-search-dialog.cc
@@ -660,6 +660,8 @@ gchar *SearchData::build_search_command()
         case Filter::TYPE_REGEX:
             g_string_append_printf (command, " -regextype posix-extended -iregex '.*/.*%s.*'", 
file_pattern_utf8);
             break;
+        default:
+            ;
     }
 
     if (dialog->defaults.default_profile.content_search)


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