From: wchang kim Date: Sun, 2 Jul 2023 23:34:17 +0000 (+0900) Subject: Fixed the build error using gcc 13 X-Git-Tag: accepted/tizen/unified/20231226.154629^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=384677a3f4984326b8be3357cd5354ea5a00665e;p=platform%2Fcore%2Flocation%2Flbs-location.git Fixed the build error using gcc 13 Change-Id: I5feda34bbacee6a92624411b05ae4b2ae5fc84f0 --- diff --git a/location/CMakeLists.txt b/location/CMakeLists.txt index 0ef1007..dbb95d8 100644 --- a/location/CMakeLists.txt +++ b/location/CMakeLists.txt @@ -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}