Fixed the build error using gcc 13 88/295088/1
authorwchang kim <wchang.kim@samsung.com>
Mon, 3 Jul 2023 01:20:18 +0000 (10:20 +0900)
committerwchang kim <wchang.kim@samsung.com>
Mon, 3 Jul 2023 01:20:18 +0000 (10:20 +0900)
Change-Id: I9ae5664e4ea186b90de84d2980a5073631d9e8f8

setting-ringtone/CMakeLists.txt

index 4b9466400949eba2575cb6dbfc67fe44f87db5d8..cd00fd3d1f059eea34f51676fe5fbadb8acdab45 100755 (executable)
@@ -35,6 +35,7 @@ ENDIF("${ARCH}" STREQUAL "arm")
 ADD_DEFINITIONS("-DPREFIX=\"${CMAKE_INSTALL_PREFIX}\"")
 ADD_DEFINITIONS("-DSLP_DEBUG")
 ADD_DEFINITIONS("-shared")
+ADD_DEFINITIONS("-Wno-stringop-overread")
 
 SET(CMAKE_EXE_LINKER_FLAGS "-Wl,--as-needed -Wl,--rpath=/usr/lib")