File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,6 @@ program member_pointer_runme
30
30
call set_areavar(perim_memptr)
31
31
val = do_op(s, get_areavar())
32
32
ASSERT(val == 40.0d0 )
33
-
34
- ! Try the external constants
35
- perim_memptr = PERIMPT
36
- val = do_op(s, get_areavar())
37
- ASSERT(val == 40.0d0 )
38
33
end program
39
34
40
35
Original file line number Diff line number Diff line change 5
5
#pragma error_messages (off, badargtype2w) /* Formal argument ... is being passed extern "C" ... */
6
6
#pragma error_messages (off, wbadinit) /* Using extern "C" ... to initialize ... */
7
7
#pragma error_messages (off, wbadasg) /* Assigning extern "C" ... */
8
- #elif __GNUC__ >= 5 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 8)
9
- /* passing NULL into SWIG constant member function wrapper in Fortran raises a warning because it's an int rather than a nullptr_t */
10
- #pragma GCC diagnostic ignored "-Wconversion-null"
11
8
#endif
12
9
%}
13
10
You can’t perform that action at this time.
0 commit comments