Re: warnings from parser?

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: warnings from parser?
Date: 2018-09-10 17:25:11
Message-ID: CAFj8pRAsObwhQnzWy0eScFf_8csFORDXMEcBwTZEPJbTpwuveA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2018-09-10 19:23 GMT+02:00 Pavel Stehule <pavel(dot)stehule(at)gmail(dot)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
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Gierth 2018-09-10 17:38:20 Re: warnings from parser?
Previous Message Pavel Stehule 2018-09-10 17:23:40 warnings from parser?