projects
/
product
/
upstream
/
tar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
285b60b
)
Fix Werrors with GCC-14.1.0
38/311338/1
sandbox/dkson95/gcc-14
author
Dongkyun Son
<dongkyun.s@samsung.com>
Fri, 17 May 2024 13:32:22 +0000
(22:32 +0900)
committer
Dongkyun 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
patch
|
blob
|
history
diff --git
a/packaging/tar.spec
b/packaging/tar.spec
index 85aef81b45c548cbdbef371972dbe6682b83693e..ae4fc99eea11d0a40b0ef1524988392b37b26b90 100644
(file)
--- a/
packaging/tar.spec
+++ b/
packaging/tar.spec
@@
-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 \