jrgemignani commented on PR #469:
URL: https://github.com/apache/age/pull/469#issuecomment-1439031277
@muhammadshoaib Looks good, you just need to fix this by removing the
declaration -
```
gcc -std=gnu99 -Wall -Wmissing-prototypes -Wpointer-arith
-Wdeclaration-after-statement -Werror=vla -Wendif-labels
-Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv
-fexcess-precision=standard -g -ggdb -O0 -fno-omit-frame-pointer -fPIC
-I.//src/include -I.//src/include/parser -I. -I./
-I/home/jgemignani/POSTGRESQL/postgresql-13.9/psql-13.9-5432-pgsql/include/server
-I/home/jgemignani/POSTGRESQL/postgresql-13.9/psql-13.9-5432-pgsql/include/internal
-D_GNU_SOURCE -c -o src/backend/parser/cypher_clause.o
src/backend/parser/cypher_clause.c -MMD -MP -MF .deps/cypher_clause.Po
src/backend/parser/cypher_clause.c:211:14: warning: ‘makeTargetListFromRTE’
declared ‘static’ but never defined [-Wunused-function]
static List *makeTargetListFromRTE(ParseState *pstate, RangeTblEntry *rte);
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]