mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: netdde: Use -Wno-error=.
* gnu/packages/hurd.scm (netdde)[arguments]: Insert "error=" in WARNINGS. Change-Id: I2f00dc590aa8dfef2c0b29f0f7aca4c4753b97cc
This commit is contained in:
parent
6247645713
commit
9911f3bf3e
1 changed files with 5 additions and 5 deletions
|
@ -635,11 +635,11 @@ implementing them.")
|
|||
"PKGDIR=libdde_linux26"
|
||||
(string-append "CC=" ,(cc-for-target))
|
||||
(string-append "WARNINGS="
|
||||
" -Wno-declaration-missing-parameter-type"
|
||||
" -Wno-implicit-function-declaration"
|
||||
" -Wno-implicit-int"
|
||||
" -Wno-int-conversion"
|
||||
" -Wno-strict-prototypes")
|
||||
" -Wno-error=declaration-missing-parameter-type"
|
||||
" -Wno-error=implicit-function-declaration"
|
||||
" -Wno-error=implicit-int"
|
||||
" -Wno-error=int-conversion"
|
||||
" -Wno-error=strict-prototypes")
|
||||
(let ((arch ,(match (or (%current-target-system)
|
||||
(%current-system))
|
||||
((? target-x86-32?)
|
||||
|
|
Loading…
Add table
Reference in a new issue