jrgemignani commented on PR #469:
URL: https://github.com/apache/age/pull/469#issuecomment-1430052981
@muhammadshoaib There are 2 pending minor changes above and this warning
message -
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: In function ‘variable_exists’:
src/backend/parser/cypher_clause.c:4429:5: warning: ISO C90 forbids mixed
declarations and code [-Wdeclaration-after-statement]
ParseNamespaceItem *pnsi;
^
--
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]