From cdc671e1cee8c4f7704a36dae440ff2eeb052f5e Mon Sep 17 00:00:00 2001 From: Jiyun Yang Date: Fri, 27 Dec 2019 17:35:51 +0900 Subject: [PATCH] Fix build warnings Change-Id: Ied6051b4cdaf13351561bb7ac5334bdbad50d47e Signed-off-by: Jiyun Yang --- dali-csharp-binder/src/dali_wrap.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/dali-csharp-binder/src/dali_wrap.cpp b/dali-csharp-binder/src/dali_wrap.cpp index ffca782..2ffbb44 100755 --- a/dali-csharp-binder/src/dali_wrap.cpp +++ b/dali-csharp-binder/src/dali_wrap.cpp @@ -16645,7 +16645,6 @@ SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_Property_Map_Assign(void * jarg1, void SWIGEXPORT void SWIGSTDCALL CSharp_Dali_Property_Map_SetValue_StringKey(void* jarg1, char* jarg2, void* jarg3) { - Dali::Property::Value *result = 0 ; Dali::Property::Map* arg1 = (Dali::Property::Map*)jarg1; @@ -16683,7 +16682,6 @@ SWIGEXPORT void SWIGSTDCALL CSharp_Dali_Property_Map_SetValue_StringKey(void* ja SWIGEXPORT void SWIGSTDCALL CSharp_Dali_Property_Map_SetValue_IntKey(void* jarg1, int jarg2, void* jarg3) { - Dali::Property::Value *result = 0 ; Dali::Property::Map* arg1 = (Dali::Property::Map*)jarg1; Dali::Property::Index arg2 = (Dali::Property::Index)jarg2; -- 2.7.4