From 384677a3f4984326b8be3357cd5354ea5a00665e Mon Sep 17 00:00:00 2001 From: wchang kim Date: Mon, 3 Jul 2023 08:34:17 +0900 Subject: [PATCH] Fixed the build error using gcc 13 Change-Id: I5feda34bbacee6a92624411b05ae4b2ae5fc84f0 --- location/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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} -- 2.7.4