From: Eunki, Hong Date: Thu, 9 Jan 2025 02:14:23 +0000 (+0900) Subject: Fix build warning : -Wunused-variable X-Git-Tag: dali_2.4.1~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F48%2F317848%2F1;p=platform%2Fcore%2Fuifw%2Fdali-csharp-binder.git Fix build warning : -Wunused-variable extents-wrap.cpp:257:12: warning: unused variable ‘arg2’ [-Wunused-variable] Change-Id: Iaf016f75d6ba44b224e2aae6b131a2693a1f44e7 Signed-off-by: Eunki, Hong --- diff --git a/dali-csharp-binder/dali-core/extents-wrap.cpp b/dali-csharp-binder/dali-core/extents-wrap.cpp index 6d75fe9a..1d7011c3 100755 --- a/dali-csharp-binder/dali-core/extents-wrap.cpp +++ b/dali-csharp-binder/dali-core/extents-wrap.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Samsung Electronics Co., Ltd. + * Copyright (c) 2025 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -254,7 +254,6 @@ SWIGEXPORT unsigned short SWIGSTDCALL CSharp_Dali_Extents_bottom_get(void * jarg SWIGEXPORT void SWIGSTDCALL CSharp_Dali_Extents_set_all(void * jarg1, unsigned short jarg2, unsigned short jarg3, unsigned short jarg4, unsigned short jarg5) { Dali::Extents *arg1 = (Dali::Extents *) 0 ; - uint16_t arg2 ; arg1 = (Dali::Extents *)jarg1; if (arg1)