From f970d9aae5f8033cbb4333fdea85349a2810ed7d Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sun, 2 Aug 2015 19:58:10 +0100 Subject: [PATCH] testcase warning fix --- Examples/test-suite/special_variable_attributes.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/test-suite/special_variable_attributes.i b/Examples/test-suite/special_variable_attributes.i index 02dd5f36c..973a09344 100644 --- a/Examples/test-suite/special_variable_attributes.i +++ b/Examples/test-suite/special_variable_attributes.i @@ -126,7 +126,7 @@ int bounceNumber3(int num3) { %{ // split double value a.b into two numbers, a and b*100 $1 = (int)$input; - $2 = ($input - $1 + 0.005) * 100; + $2 = (char)(($input - $1 + 0.005) * 100); %} %typemap(csin, pre=" $1_type $csinput_$1_type = 50;\n" // $1_type should expand to int