[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
57/237: gnu: hurd: Use -Wno-error=.
From: |
guix-commits |
Subject: |
57/237: gnu: hurd: Use -Wno-error=. |
Date: |
Fri, 24 Jan 2025 11:06:29 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 097653a9a78d013b5ec37c830232a82b80656c55
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)
- 40/237: gnu: jack-1: Fix build with gcc-14., (continued)
- 40/237: gnu: jack-1: Fix build with gcc-14., guix-commits, 2025/01/24
- 33/237: gnu: localed: Fix build with gcc-14., guix-commits, 2025/01/24
- 53/237: gnu: slim: Fix build with gcc-14., guix-commits, 2025/01/24
- 43/237: gnu: gn: Fix build with gcc-14., guix-commits, 2025/01/24
- 65/237: gnu: bootstrap: %bootstrap-glibc: Fix linking on armhf-linux., guix-commits, 2025/01/24
- 52/237: gnu: talloc: Update to 2.4.2; fixes build with gcc-14., guix-commits, 2025/01/24
- 50/237: gnu: openblas: Update to 0.3.28; fixes build with gcc-14., guix-commits, 2025/01/24
- 58/237: gnu: netdde: Use -Wno-error=., guix-commits, 2025/01/24
- 47/237: gnu: tdb: Update to 1.4.12; fixes build with gcc-14., guix-commits, 2025/01/24
- 56/237: gnu: flex: Use -Wno-error= for cross-build., guix-commits, 2025/01/24
- 57/237: gnu: hurd: Use -Wno-error=.,
guix-commits <=
- 63/237: gnu: git: Use -Wno-error= for Hurd cross-build., guix-commits, 2025/01/24
- 48/237: gnu: Add cryptsetup-minimal., guix-commits, 2025/01/24
- 72/237: gnu: vala: Update to 0.56.17; fixes build with gcc-14., guix-commits, 2025/01/24
- 83/237: gnu: xf86-video-nouveau: Fix build with gcc-14., guix-commits, 2025/01/24
- 82/237: gnu: xf86-video-nv: Update to 2.1.23; fixes build with gcc-14., guix-commits, 2025/01/24
- 77/237: gnu: vala-0.52: Fix build with gcc-14., guix-commits, 2025/01/24
- 78/237: gnu: samba/pinned: Update to 4.18.1; fixes build with gcc-14., guix-commits, 2025/01/24
- 84/237: gnu: upower: Disable failing test., guix-commits, 2025/01/24
- 101/237: gnu: raptor2: Update to 2.0.16; fixes build with gcc-14., guix-commits, 2025/01/24
- 92/237: gnu: mariadb: Update to 10.11.10 and fix build., guix-commits, 2025/01/24