mirror of https://github.com/swig/swig
Examples/test-suite/grouping.i: resolve compiler warning.
This commit is contained in:
parent
dff8c395fe
commit
3edccb615d
|
@ -14,7 +14,7 @@ int *(test2)(int x) {
|
|||
return &y;
|
||||
}
|
||||
|
||||
int (test3) = 37;
|
||||
int test3 = 37;
|
||||
|
||||
typedef Integer (UnaryOp)(Integer);
|
||||
|
||||
|
|
Loading…
Reference in New Issue