From 04539a930d0979859e90432e680af1a9c084aa68 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 15 Dec 2015 13:39:57 +0000 Subject: [PATCH] R test case warning fixes --- Examples/test-suite/r_copy_struct.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/test-suite/r_copy_struct.i b/Examples/test-suite/r_copy_struct.i index fda321afb..6a79b5422 100644 --- a/Examples/test-suite/r_copy_struct.i +++ b/Examples/test-suite/r_copy_struct.i @@ -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()