mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02: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:
committed by
Andreas Enge
parent
232af934ea
commit
7f0ed8d2cb
@@ -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-int"
|
||||
" -Wno-error=incompatible-pointer-types"
|
||||
" -Wno-error=int-conversion"
|
||||
" -Wno-error=return-mismatch")))))
|
||||
(add-after 'unpack 'fix-hard-coded-file-names
|
||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
|
||||
Reference in New Issue
Block a user