From b8a4a4c700af6373c87b955e64808f1b927f7ccc Mon Sep 17 00:00:00 2001 From: krakjoe Date: Sun, 13 Apr 2014 09:07:15 +0100 Subject: squish warnings --- phpdbg_set.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'phpdbg_set.c') diff --git a/phpdbg_set.c b/phpdbg_set.c index fa462e2f18..e8027a8930 100644 --- a/phpdbg_set.c +++ b/phpdbg_set.c @@ -203,6 +203,8 @@ PHPDBG_SET(quiet) /* {{{ */ PHPDBG_G(flags) |= PHPDBG_IS_QUIET; } else PHPDBG_G(flags) &= ~PHPDBG_IS_QUIET; } break; + + phpdbg_default_switch_case(); } return SUCCESS; -- cgit v1.2.1