[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
57/74: gnu: hurd: Use -Wno-error=.
From: |
guix-commits |
Subject: |
57/74: gnu: hurd: Use -Wno-error=. |
Date: |
Sun, 15 Dec 2024 18:06:11 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 0e915e2c3d4f60a8d7858da67c9c4c7b9926e44d
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)
- 51/74: gnu: python-numpy: Update to 1.26.4 and fix build with gcc-14., (continued)
- 51/74: gnu: python-numpy: Update to 1.26.4 and fix build with gcc-14., guix-commits, 2024/12/15
- 42/74: gnu: gamin: Fix build with gcc-14., guix-commits, 2024/12/15
- 55/74: gnu: ldb: Update to 2.9.2; fixes build with gcc-14., guix-commits, 2024/12/15
- 52/74: gnu: talloc: Update to 2.4.2; fixes build with gcc-14., guix-commits, 2024/12/15
- 66/74: gnu: gcc-4.7: Add gcc-wrapper from gcc-final., guix-commits, 2024/12/15
- 05/74: gnu: gcc-boot0: Fix building on powerpc64le-linux., guix-commits, 2024/12/15
- 13/74: gnu: unzip: Fix build with gcc-14., guix-commits, 2024/12/15
- 39/74: gnu: cyrus-sasl: Fix build mwith gcc-14., guix-commits, 2024/12/15
- 40/74: gnu: jack-1: Fix build with gcc-14., guix-commits, 2024/12/15
- 61/74: gnu: libssh: Use -Wno-error= for Hurd cross-build., guix-commits, 2024/12/15
- 57/74: gnu: hurd: Use -Wno-error=.,
guix-commits <=
- 60/74: gnu: m4: Use -Wno-error= for Hurd cross-build., guix-commits, 2024/12/15
- 65/74: gnu: bootstrap: %bootstrap-glibc: Fix linking on armhf-linux., guix-commits, 2024/12/15
- 06/74: gnu: bash-minimal: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/15
- 03/74: Revert "Partial revert "gnu: make-bootstrap: Update gcc-static to gcc-14, for the 64bit Hurd."", guix-commits, 2024/12/15
- 56/74: gnu: flex: Use -Wno-error= for cross-build., guix-commits, 2024/12/15
- 54/74: gnu: tevent: Update to 0.16.1; fixes build with gcc-14., guix-commits, 2024/12/15
- 53/74: gnu: slim: Fix build with gcc-14., guix-commits, 2024/12/15
- 28/74: gnu: nlohmann-json: Update to 3.11.3; fixes build with gcc-14., guix-commits, 2024/12/15
- 72/74: guix: build-system: cmake: Rework cross compilation., guix-commits, 2024/12/15
- 27/74: gnu: cmake-bootstrap: Fix build with gcc-14., guix-commits, 2024/12/15