R test case warning fixes
This commit is contained in:
parent
aa3e2c82c7
commit
04539a930d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue