mirror of https://github.com/swig/swig
R test case warning fixes
This commit is contained in:
parent
aa3e2c82c7
commit
04539a930d
|
@ -48,7 +48,7 @@ getA()
|
|||
return a;
|
||||
}
|
||||
|
||||
static struct A fixed = {20, 3, 42.0};
|
||||
static struct A fixed = {20, 3, 42.0, 0, 0};
|
||||
|
||||
struct A *
|
||||
getARef()
|
||||
|
|
Loading…
Reference in New Issue