Fixed the build error for gcc-14 65/312465/1 accepted/tizen_unified accepted/tizen_unified_dev accepted/tizen_unified_toolchain accepted/tizen_unified_x accepted/tizen_unified_x_asan tizen accepted/tizen/unified/20240611.123706 accepted/tizen/unified/dev/20240620.005956 accepted/tizen/unified/toolchain/20240610.173333 accepted/tizen/unified/x/20240610.223853 accepted/tizen/unified/x/asan/20240625.092851
authorwchang kim <wchang.kim@samsung.com>
Mon, 10 Jun 2024 11:04:42 +0000 (20:04 +0900)
committerwchang kim <wchang.kim@samsung.com>
Mon, 10 Jun 2024 11:04:42 +0000 (20:04 +0900)
Change-Id: Ida976ed1032a9f14a58c185d4dc1c7b60ce168a8

clock_input_common_spinner/clock_input_common_spinner.c
clock_input_wearable_spinner/clock_input_wearable_spinner.c
packaging/efl-modules.spec

index f4781c8..46c584b 100755 (executable)
@@ -451,7 +451,7 @@ _timepicker_layout_adjust(Input_Spinner_Module_Data *spinner_mod)
         elm_object_signal_emit(spinner_mod->mod_data.base, "elm,action,colon,back,invisible", "elm");
      }
 
-   evas_object_smart_callback_call(spinner_mod->mod_data.base, "timelayout,changed", is_ampm_exist);
+   evas_object_smart_callback_call(spinner_mod->mod_data.base, "timelayout,changed", (void*)is_ampm_exist);
    edje_object_message_signal_process(elm_layout_edje_get(spinner_mod->mod_data.base));
 }
 
index 3b3dac6..55b22f5 100755 (executable)
@@ -453,7 +453,7 @@ _timepicker_layout_adjust(Input_Spinner_Module_Data *spinner_mod)
         elm_object_signal_emit(spinner_mod->mod_data.base, "elm,action,colon,front", "elm");
      }
 
-   evas_object_smart_callback_call(spinner_mod->mod_data.base, "timelayout,changed", is_ampm_exist);
+   evas_object_smart_callback_call(spinner_mod->mod_data.base, "timelayout,changed", (void*)(is_ampm_exist));
    edje_object_message_signal_process(elm_layout_edje_get(spinner_mod->mod_data.base));
 }
 
index aaa8b5a..8e961dd 100644 (file)
@@ -60,7 +60,7 @@ The EFL Modules for common profile.
 %setup -q
 
 %build
-export CFLAGS+=" -fvisibility=hidden -fPIC -Wall"
+export CFLAGS+=" -fvisibility=hidden -fPIC -Wall -Wno-implicit-function-declaration"
 export LDFLAGS+=" -fvisibility=hidden -Wl,--hash-style=both -Wl,--as-needed -Wl,-z,defs"
 
 %define DEF_SUBDIRS clock_input_spinner clock_input_spinner_tv clock_input_wearable_spinner clock_input_common_spinner edje_feedback ecore_audio_tizen quickpanel_callback naviframe_effect_mobile naviframe_effect_wearable popup_effect_wearable calendar_string access_output_tts