summaryrefslogtreecommitdiff
path: root/Examples
diff options
context:
space:
mode:
authorAndy Polyakov <appro@cryptogams.org>2021-03-07 12:18:00 +0100
committerAndy Polyakov <appro@cryptogams.org>2021-03-10 14:48:18 +0100
commit3edccb615db7d46434500829056c0f128fac0453 (patch)
tree75f5bb36c90ad87fe67d810db4d71c3f4ba2aeed /Examples
parentdff8c395fed7e69dc60eca5cd5c07e7edb91da72 (diff)
downloadswig-3edccb615db7d46434500829056c0f128fac0453.tar.gz
Examples/test-suite/grouping.i: resolve compiler warning.
Diffstat (limited to 'Examples')
-rw-r--r--Examples/test-suite/grouping.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/grouping.i b/Examples/test-suite/grouping.i
index 5632231d0..24acf6922 100644
--- a/Examples/test-suite/grouping.i
+++ b/Examples/test-suite/grouping.i
@@ -14,7 +14,7 @@ int *(test2)(int x) {
return &y;
}
-int (test3) = 37;
+int test3 = 37;
typedef Integer (UnaryOp)(Integer);