mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: hplip: Fix build on gcc 14.
* gnu/packages/cups.scm (hplip)[arguments]<#:phases>: Also Add -Wno-error=implicit-int to relax gcc-14's strictness. Change-Id: If1dcaffad3e18c8070656451f3f22960f9eb4c16
This commit is contained in:
parent
232af934ea
commit
7f0ed8d2cb
1 changed files with 1 additions and 0 deletions
|
@ -657,6 +657,7 @@ should only be used as part of the Guix cups-pk-helper service.")
|
||||||
" -Wno-error=implicit-function-declaration"
|
" -Wno-error=implicit-function-declaration"
|
||||||
" -Wno-error=implicit-int"
|
" -Wno-error=implicit-int"
|
||||||
" -Wno-error=incompatible-pointer-types"
|
" -Wno-error=incompatible-pointer-types"
|
||||||
|
" -Wno-error=int-conversion"
|
||||||
" -Wno-error=return-mismatch")))))
|
" -Wno-error=return-mismatch")))))
|
||||||
(add-after 'unpack 'fix-hard-coded-file-names
|
(add-after 'unpack 'fix-hard-coded-file-names
|
||||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue