diff options
author | Andy Polyakov <appro@cryptogams.org> | 2021-03-07 12:18:00 +0100 |
---|---|---|
committer | Andy Polyakov <appro@cryptogams.org> | 2021-03-10 14:48:18 +0100 |
commit | 3edccb615db7d46434500829056c0f128fac0453 (patch) | |
tree | 75f5bb36c90ad87fe67d810db4d71c3f4ba2aeed /Examples/test-suite/grouping.i | |
parent | dff8c395fed7e69dc60eca5cd5c07e7edb91da72 (diff) | |
download | swig-3edccb615db7d46434500829056c0f128fac0453.tar.gz |
Examples/test-suite/grouping.i: resolve compiler warning.
Diffstat (limited to 'Examples/test-suite/grouping.i')
-rw-r--r-- | Examples/test-suite/grouping.i | 2 |
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); |