Re: warnings from parser?

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: warnings from parser?
Дата
Msg-id CAFj8pRAsObwhQnzWy0eScFf_8csFORDXMEcBwTZEPJbTpwuveA@mail.gmail.com
обсуждение исходный текст
Ответ на warnings from parser?  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: warnings from parser?  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
Список pgsql-hackers


2018-09-10 19:23 GMT+02:00 Pavel Stehule <pavel.stehule@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

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: warnings from parser?
Следующее
От: Andrew Gierth
Дата:
Сообщение: Re: warnings from parser?