Skip to content

Commit 6c03b9c

Browse files
committed
Remove obsolete warnfilter
1 parent 83cb1a1 commit 6c03b9c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Examples/test-suite/sizeof_pointer.i

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ This testcase tests whether the sizeof operator on a pointer is working.
44

55
%module sizeof_pointer
66

7-
#ifdef SWIGFORTRAN
8-
%warnfilter(SWIGWARN_LANG_IDENTIFIER); /* incompatible array expressions */
9-
#endif
10-
117
%inline %{
128

139
#define NO_PROBLEM sizeof(char)

0 commit comments

Comments
 (0)