From: Felipe Pena Date: Sun, 1 Dec 2013 16:57:11 +0000 (-0200) Subject: - Fixed compiler warning X-Git-Tag: php-5.6.0alpha1~110^2~30^2~10^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ca817eb0ffef5b87717ddda83648695e66e0998;p=php - Fixed compiler warning --- diff --git a/phpdbg_set.c b/phpdbg_set.c index be8624ef97..10c73aff00 100644 --- a/phpdbg_set.c +++ b/phpdbg_set.c @@ -127,11 +127,12 @@ PHPDBG_SET(colors) /* {{{ */ goto done; } } + + default: + phpdbg_error( + "set colors used incorrectly: set colors "); } -usage: - phpdbg_error( - "set colors used incorrectly: set colors "); done: return SUCCESS;