Fix GCC-14 build issues 06/314206/1 accepted/tizen/unified/x/20240709.060756
authorDohyun Pyun <dh79.pyun@samsung.com>
Mon, 8 Jul 2024 23:05:29 +0000 (08:05 +0900)
committerDohyun Pyun <dh79.pyun@samsung.com>
Mon, 8 Jul 2024 23:05:29 +0000 (08:05 +0900)
Change-Id: I92dfc49d52bf7bcea00e4f7e62ea62c8c8b9cb30
Signed-off-by: Dohyun Pyun <dh79.pyun@samsung.com>
packaging/inm-manager.spec

index 39ba870de1ef54acfe933847a50ad3115d849faa..2faf7415d3bfc1cb708dfba51fcf513850cf56b5 100644 (file)
@@ -50,7 +50,7 @@ cp -a %{SOURCE3} .
 
 %build
 
-export CFLAGS="$CFLAGS -DTIZEN_DEBUG_ENABLE"
+export CFLAGS="$CFLAGS -DTIZEN_DEBUG_ENABLE -Wno-error=incompatible-pointer-types -Wno-error=int-conversion"
 export CXXFLAGS="$CXXFLAGS -DTIZEN_DEBUG_ENABLE"
 export FFLAGS="$FFLAGS -DTIZEN_DEBUG_ENABLE"