mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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
fc2f0791aa
commit
04594a4c93
1 changed files with 5 additions and 5 deletions
|
@ -636,11 +636,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
Add a link
Reference in a new issue