Fix Werrors with GCC-14.1.0 38/311338/1 sandbox/dkson95/gcc-14
authorDongkyun Son <dongkyun.s@samsung.com>
Fri, 17 May 2024 13:32:22 +0000 (22:32 +0900)
committerDongkyun Son <dongkyun.s@samsung.com>
Fri, 17 May 2024 13:32:52 +0000 (22:32 +0900)
-Wimplicit-function-declaration
-Wint-conversion

Change-Id: Ibddf18616aea7305fdc26f9ce6d1a5a567d3cab5
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
packaging/tar.spec

index 85aef81b45c548cbdbef371972dbe6682b83693e..ae4fc99eea11d0a40b0ef1524988392b37b26b90 100644 (file)
@@ -38,7 +38,7 @@ cp %{SOURCE1001} .
 #      --disable-silent-rules \
 #      --disable-nls
 
-CFLAGS+=" -fPIE"
+CFLAGS+=" -fPIE -Wno-error=implicit-function-declaration -Wno-error=int-conversion"
 LDFLAGS+=" -pie"
 
 %configure --disable-static \