We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cba3cf commit a75c13fCopy full SHA for a75c13f
Examples/test-suite/abstract_signature.i
@@ -2,6 +2,7 @@
2
3
%warnfilter(SWIGWARN_RUBY_WRONG_NAME) abstract_foo; // Ruby, wrong class name
4
%warnfilter(SWIGWARN_RUBY_WRONG_NAME) abstract_bar; // Ruby, wrong class name
5
+%warnfilter(SWIGWARN_LANG_OVERLOAD_SHADOW) meth; // Fortran prevents overloaded methods from overriding a base class non-overloaded method
6
7
%inline %{
8
class abstract_foo
Examples/test-suite/constant_directive.i
@@ -4,6 +4,9 @@
#ifdef SWIGOCAML
%warnfilter(SWIGWARN_PARSE_KEYWORD) val;
+#elif SWIGFORTRAN
+// Can't natively wrap function pointers with nonnative return type
9
+%warnfilter(SWIGWARN_LANG_NATIVE_UNIMPL,SWIGWARN_TYPEMAP_UNDEF) TYPE1FPTR1_CONSTANT1;
10
#endif
11
12
0 commit comments