mirror of
https://github.com/php/php-src.git
synced 2025-08-17 22:48:57 +02:00
squish warnings
This commit is contained in:
parent
0dc9be6f1e
commit
b8a4a4c700
4 changed files with 9 additions and 10 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue