[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/26: gnu: hurd: Use -Wno-error=.
From: |
guix-commits |
Subject: |
17/26: gnu: hurd: Use -Wno-error=. |
Date: |
Thu, 12 Dec 2024 08:50:04 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 71b80efe05722067434d1d8383ecf68a6867a857
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Dec 12 14:27:29 2024 +0100
gnu: hurd: Use -Wno-error=.
* gnu/packages/hurd.scm (hurd)[arguments]: Insert "error=" in WARNINGS.
Change-Id: I13f071edfce2b66e8fb0ead85403052a09fb0411
---
gnu/packages/hurd.scm | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index 4342686517..bb899065e0 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -499,12 +499,13 @@ exec ${system}/rc \"$@\"
"/bin/bash")
(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")
+ (string-append
+ "WARNINGS="
+ " -Wno-error=declaration-missing-parameter-type"
+ " -Wno-error=implicit-function-declaration"
+ " -Wno-error=implicit-int"
+ " -Wno-error=int-conversion"
+ " -Wno-error=strict-prototypes")
(string-append "ARCH=" arch)))))
(add-after 'install 'install-goodies
(lambda* (#:key inputs native-inputs outputs #:allow-other-keys)
- branch core-packages-team updated (e8b4b41133 -> 5972be76bb), guix-commits, 2024/12/12
- 01/26: squash! gnu: jack-1: Fix build with gcc-14., guix-commits, 2024/12/12
- 02/26: squash! gnu: bash-minimal: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/12
- 13/26: squash! gnu: torsocks: Fix build with gcc-14., guix-commits, 2024/12/12
- 17/26: gnu: hurd: Use -Wno-error=.,
guix-commits <=
- 26/26: gnu: gcc-4.7: Add gcc-wrapper from gcc-final., guix-commits, 2024/12/12
- 25/26: Revert "squash! gnu: commencement: static-bash-for-glibc Fix x86-linux build.", guix-commits, 2024/12/12
- 12/26: squash! gnu: texlive-xdvi-bin: Fix build with gcc-14., guix-commits, 2024/12/12
- 09/26: squash! gnu: bdb-4.8: Fix build with gcc-14., guix-commits, 2024/12/12
- 10/26: squash! gnu: gamin: Fix build with gcc-14., guix-commits, 2024/12/12
- 16/26: gnu: flex: Use -Wno-error= for cross-build., guix-commits, 2024/12/12
- 18/26: gnu: netdde: Use -Wno-error=., guix-commits, 2024/12/12
- 21/26: gnu: libssh: Use -Wno-error= for Hurd cross-build., guix-commits, 2024/12/12
- 22/26: gnu: texinfo-4: Use -Wno-error= for Hurd cross-build., guix-commits, 2024/12/12
- 03/26: squash! gnu: commencement: static-bash-for-glibc Fix x86-linux build., guix-commits, 2024/12/12