1
0
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:
Zheng Junjie
2025-06-20 23:54:54 +08:00
committed by Andreas Enge
parent 232af934ea
commit 7f0ed8d2cb

View File

@@ -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)