We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
gcc version 13.2.0 (Rev3, Built by MSYS2 project)
many errors similar to the sample below
gcc -g -O3 -DUSE_GKREGEX -IGKlib -Ilibmetis -c -o GKlib/getopt.o GKlib/getopt.c GKlib/getopt.c:750:5: error: conflicting types for 'gk_getopt'; have 'int(int, char **, char *)' 750 | int gk_getopt(int argc, char **argv, char *options) { | ^~~~~~~~~ In file included from GKlib/GKlib.h:69, from GKlib/getopt.c:37: GKlib/gk_getopt.h:55:12: note: previous declaration of 'gk_getopt' with type 'int(int , char *** ()(), char *)' 55 | extern int gk_getopt(int __argc, char **__argv, char *__shortopts); | ^~~~~~~~~
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: