squish warnings

This commit is contained in:
krakjoe 2014-04-13 09:07:15 +01:00
parent 0dc9be6f1e
commit b8a4a4c700
4 changed files with 9 additions and 10 deletions

View file

@ -91,7 +91,6 @@ int yyerror(phpdbg_param_t *stack, yyscan_t scanner, const char *msg) {
phpdbg_error("Parse Error: %s", msg);
{
const phpdbg_param_t *top = stack;
zend_ulong position = 0L;
while (top) {
phpdbg_param_debug(
@ -99,6 +98,7 @@ int yyerror(phpdbg_param_t *stack, yyscan_t scanner, const char *msg) {
top = top->next;
}
}
return 0;
}
/* Line 371 of yacc.c */