R test case warning fixes

This commit is contained in:
William S Fulton 2015-12-15 13:39:57 +00:00
parent aa3e2c82c7
commit 04539a930d
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ getA()
return a; return a;
} }
static struct A fixed = {20, 3, 42.0}; static struct A fixed = {20, 3, 42.0, 0, 0};
struct A * struct A *
getARef() getARef()