Fixed the build error for gcc-14 68/312468/1 accepted/tizen_unified_toolchain accepted/tizen_unified_x tizen accepted/tizen/unified/toolchain/20240610.173341 accepted/tizen/unified/x/20240610.223902
authorwchang kim <wchang.kim@samsung.com>
Mon, 10 Jun 2024 11:15:11 +0000 (20:15 +0900)
committerwchang kim <wchang.kim@samsung.com>
Mon, 10 Jun 2024 11:15:11 +0000 (20:15 +0900)
Change-Id: Id8572d25253ef265a83ec32e3957f15c647e6fae

packaging/email-service.spec

index 86ef2dd..99f890d 100755 (executable)
@@ -106,7 +106,7 @@ export CXXFLAGS+=" -fprofile-arcs -ftest-coverage"
 export FFLAGS+=" -fprofile-arcs -ftest-coverage"
 export LDFLAGS+=" -lgcov"
 %endif
-export CFLAGS="${CFLAGS} -fPIC -Wall -g -fvisibility=hidden -fdata-sections -ffunction-sections"
+export CFLAGS="${CFLAGS} -fPIC -Wall -g -fvisibility=hidden -fdata-sections -ffunction-sections -Wno-format-overflow"
 export CXXFLAGS="${CXXFLAGS} -fPIC -Wall -g -fvisibility=hidden -Wno-psabi"
 export LDFLAGS="${LDFLAGS} -Wl,--hash-style=both -Wl,--rpath=%{_libdir} -Wl,--as-needed"