You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src_port_snprintf.c:374:1: error: conflicting types for ‘strchrnul’; have ‘const char *(const char *, int)’
374 | strchrnul(const char *s, int c)
| ^~~~~~~~~
In file included from ../../../../go/pkg/mod/github.com/pganalyze/pg_query_go/[email protected]/parser/include/c.h:61,
from src_port_snprintf.c:62:
/usr/include/string.h:286:14: note: previous declaration of ‘strchrnul’ with type ‘char *(const char *, int)’
286 | extern char *strchrnul (const char *__s, int __c)
| ^~~~~~~~~
cc1: note: unrecognized command-line option ‘-Wno-unknown-warning-option’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-deprecated-non-prototype’ may have been intended to silence earlier diagnostics
Relevant log output
No response
Database schema
No response
SQL queries
No response
Configuration
No response
Playground URL
No response
What operating system are you using?
Manjaro KDE Plasma
What database engines are you using?
No response
What type of code are you generating?
No response
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Version
1.20.0
What happened?
github.com/pganalyze/pg_query_go/v4/parser
src_port_snprintf.c:374:1: error: conflicting types for ‘strchrnul’; have ‘const char *(const char *, int)’
374 | strchrnul(const char *s, int c)
| ^~~~~~~~~
In file included from ../../../../go/pkg/mod/github.com/pganalyze/pg_query_go/[email protected]/parser/include/c.h:61,
from src_port_snprintf.c:62:
/usr/include/string.h:286:14: note: previous declaration of ‘strchrnul’ with type ‘char *(const char *, int)’
286 | extern char *strchrnul (const char *__s, int __c)
| ^~~~~~~~~
cc1: note: unrecognized command-line option ‘-Wno-unknown-warning-option’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-deprecated-non-prototype’ may have been intended to silence earlier diagnostics
Relevant log output
No response
Database schema
No response
SQL queries
No response
Configuration
No response
Playground URL
No response
What operating system are you using?
Manjaro KDE Plasma
What database engines are you using?
No response
What type of code are you generating?
No response
The text was updated successfully, but these errors were encountered: