aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/null_pointer.i
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/null_pointer.i')
-rw-r--r--Examples/test-suite/null_pointer.i4
1 files changed, 1 insertions, 3 deletions
diff --git a/Examples/test-suite/null_pointer.i b/Examples/test-suite/null_pointer.i
index 0da827f99..f40d6929f 100644
--- a/Examples/test-suite/null_pointer.i
+++ b/Examples/test-suite/null_pointer.i
@@ -1,11 +1,9 @@
%module null_pointer
-%warnfilter(SWIGWARN_PARSE_KEYWORD) func; // 'func' is a Go keyword, renamed as 'Xfunc'
-
%inline {
struct A {};
- bool func(A* a) {
+ bool funk(A* a) {
return !a;
}