[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
57/290: gnu: netdde: Use -Wno-error=.
From: |
guix-commits |
Subject: |
57/290: gnu: netdde: Use -Wno-error=. |
Date: |
Sun, 30 Mar 2025 10:23:47 -0400 (EDT) |
andreas pushed a commit to branch core-packages-team
in repository guix.
commit 2cffd3dc72f45159bc90eb0f7443cd66c241162c
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Dec 12 14:28:13 2024 +0100
gnu: netdde: Use -Wno-error=.
* gnu/packages/hurd.scm (netdde)[arguments]: Insert "error=" in WARNINGS.
Change-Id: I2f00dc590aa8dfef2c0b29f0f7aca4c4753b97cc
---
gnu/packages/hurd.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index d5e86c6a22..33e48e731a 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -635,11 +635,11 @@ implementing them.")
"PKGDIR=libdde_linux26"
(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")
+ " -Wno-error=declaration-missing-parameter-type"
+ " -Wno-error=implicit-function-declaration"
+ " -Wno-error=implicit-int"
+ " -Wno-error=int-conversion"
+ " -Wno-error=strict-prototypes")
(let ((arch ,(match (or (%current-target-system)
(%current-system))
((? target-x86-32?)
- 180/290: gnu: Add autoconf-2.72., (continued)
- 180/290: gnu: Add autoconf-2.72., guix-commits, 2025/03/30
- 254/290: gnu: glib: Update to 2.83.3. Fix test for tzdata@2025a., guix-commits, 2025/03/30
- 270/290: gnu: linux-libre-headers: Update to 6.12.17., guix-commits, 2025/03/30
- 277/290: Revert "gnu: which: Update to 2.22.", guix-commits, 2025/03/30
- 287/290: gnu: gash-boot: Remove input labels., guix-commits, 2025/03/30
- 290/290: gnu: mpfr: Update to 4.2.2., guix-commits, 2025/03/30
- 281/290: gnu: minizip: Remove phase 'remove-crypt-h., guix-commits, 2025/03/30
- 39/290: gnu: jack-1: Fix build with gcc-14., guix-commits, 2025/03/30
- 36/290: gnu: fontforge: Update to 20230101 and fix build with gettext-0.23., guix-commits, 2025/03/30
- 50/290: gnu: python-numpy: Update to 1.26.4 and fix build with gcc-14., guix-commits, 2025/03/30
- 57/290: gnu: netdde: Use -Wno-error=.,
guix-commits <=
- 15/290: gnu: automake: Update to 1.17; fixes build with gcc-14., guix-commits, 2025/03/30
- 19/290: gnu: elfutils: Update to 0.192; fixes build with gcc-14., guix-commits, 2025/03/30
- 23/290: gnu: guile-lzlib: Fix build with gcc-14., guix-commits, 2025/03/30
- 25/290: gnu: python-lxml: Update to 5.2.2; fixes build with gcc-14., guix-commits, 2025/03/30
- 30/290: gnu: hplip: Update to 3.24.4 and fix build with gcc-14., guix-commits, 2025/03/30
- 33/290: gnu: gcc-boot0: Fix building for aarch64-linux., guix-commits, 2025/03/30
- 35/290: gnu: texlive-xdvi-bin: Fix build with gcc-14., guix-commits, 2025/03/30
- 45/290: gnu: pth: Fix build with gcc-14., guix-commits, 2025/03/30
- 48/290: gnu: Use cryptsetup-minimal instead of cryptsetup., guix-commits, 2025/03/30
- 49/290: gnu: openblas: Update to 0.3.28; fixes build with gcc-14., guix-commits, 2025/03/30