2018-09-10 19:23 GMT+02:00 Pavel Stehule <pavel.steh...@gmail.com>:

> Hi
>
> I got new warnings
>
> gram.y: In function ‘base_yyparse’:
> gram.y:4507:20: warning: assignment to ‘CollateClause *’ {aka ‘struct
> CollateClause *’} from incompatible pointer type ‘Node *’ {aka ‘>
>       n->collClause = $7;
>                     ^
> gram.y:4519:20: warning: assignment to ‘CollateClause *’ {aka ‘struct
> CollateClause *’} from incompatible pointer type ‘Node *’ {aka ‘>
>       n->collClause = $10;
>                     ^
>


/usr/bin/bison -Wno-deprecated  -d -o preproc.c preproc.y
preproc.y:4744.2: warning: empty rule for typed nonterminal, and no action
[-Wother]
 |  AlterExtensionStmt:
  ^



>
> Regards
>
> Pavel
>

Reply via email to