Fixed the build error using gcc 13 77/295077/1 accepted/tizen/unified/20231226.154629 accepted/tizen/unified/20231226.180216 accepted/tizen/unified/dev/20230726.115844
authorwchang kim <wchang.kim@samsung.com>
Sun, 2 Jul 2023 23:34:17 +0000 (08:34 +0900)
committerwchang kim <wchang.kim@samsung.com>
Sun, 2 Jul 2023 23:34:17 +0000 (08:34 +0900)
Change-Id: I5feda34bbacee6a92624411b05ae4b2ae5fc84f0

location/CMakeLists.txt

index 0ef1007..dbb95d8 100644 (file)
@@ -7,6 +7,7 @@ SET(MANAGER_DIR "manager")
 SET(MODULE_DIR "module")
 
 ADD_DEFINITIONS("-DLIBDIR=\"${LIBDIR}\"")
+ADD_DEFINITIONS("-Wno-incompatible-pointer-types")
 
 INCLUDE_DIRECTORIES(
        ${INC_DIR}