Skip to content
Snippets Groups Projects
Commit b0ce7d54 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Add missing pragma to the output of make_fint.

parent 31fdda0b
No related branches found
No related tags found
2 merge requests!34Version 2.2.0,!16Remove Fortran interface files from the repo
......@@ -567,6 +567,7 @@ static void fortran_interface(char *fname, char *fnameinc, char *fnameint, const
"/* These functions are meant to be called from Fortran and don't\n"
" * need an interface declaration in a C header. */\n"
"#ifdef __clang__\n"
"# pragma GCC diagnostic push\n"
"# pragma GCC diagnostic ignored \"-Wmissing-prototypes\"\n"
"#endif\n"
"\n", fpint);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment