From 37862d230f9de650d14bfa04446cdbdff38b2715 Mon Sep 17 00:00:00 2001 From: "Eunki, Hong" Date: Thu, 9 Jan 2025 11:14:23 +0900 Subject: [PATCH] Fix build warning : -Wunused-variable MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit extents-wrap.cpp:257:12: warning: unused variable ‘arg2’ [-Wunused-variable] Change-Id: Iaf016f75d6ba44b224e2aae6b131a2693a1f44e7 Signed-off-by: Eunki, Hong --- dali-csharp-binder/dali-core/extents-wrap.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) -- 2.34.1