Fixed the build error using gcc 13 23/295223/3 accepted/tizen/unified/20230706.152207
authorwchang kim <wchang.kim@samsung.com>
Tue, 4 Jul 2023 02:37:30 +0000 (11:37 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Wed, 5 Jul 2023 23:44:30 +0000 (08:44 +0900)
Change-Id: Icc003f9d6f957410d15ea582096be8434eb4c4a5

src/bin/Makefile.mk

index 361a796..7352089 100644 (file)
@@ -289,6 +289,8 @@ src_bin_enlightenment_CPPFLAGS += @SYSTEMD_CFLAGS@
 endif
 src_bin_enlightenment_CPPFLAGS += @LIBINPUT_CFLAGS@
 
+src_bin_enlightenment_CPPFLAGS += -Wno-format-truncation
+
 src_bin_enlightenment_SOURCES = \
 src/bin/e_main.c \
 $(enlightenment_src)
@@ -317,6 +319,7 @@ src_bin_enlightenment_info_LDADD = @E_INFO_LIBS@
 src_bin_enlightenment_info_CPPFLAGS = $(E_CPPFLAGS) @E_INFO_CFLAGS@
 src_bin_enlightenment_info_LDFLAGS = -pie
 src_bin_enlightenment_info_CPPFLAGS += -fPIE
+src_bin_enlightenment_info_CPPFLAGS += -Wno-format-truncation
 
 # HACK! why install-data-hook? install-exec-hook is run after bin_PROGRAMS
 # and before internal_bin_PROGRAMS are installed. install-data-hook is