warnings from parser? - Mailing list pgsql-hackers

From Pavel Stehule
Subject warnings from parser?
Date
Msg-id CAFj8pRCNTRL5=kUUKKMbhvZJHYHukJb4h3i1HAz+4dEP-y85+g@mail.gmail.com
Whole thread Raw
Responses Re: warnings from parser?  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-hackers
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;
                    ^

Regards

Pavel

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: master, static inline and #ifndef FRONTEND
Next
From: Pavel Stehule
Date:
Subject: Re: warnings from parser?