diff options
| author | Yelninei <yelninei@tutamail.com> | 2025-05-09 08:01:19 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-07-18 20:17:33 +0200 |
| commit | f4ba6f228011b7f88642a640d76db3f8d97b2266 (patch) | |
| tree | 2fbb733312252667be5a7a6fd8e6fe3bffd21cad /gnu | |
| parent | 5f756ac86640d3ce82908ea316d5c3276b5c7787 (diff) | |
gnu: rumpkernel: Fix build with gcc-14.
* gnu/packages/hurd.scm (rumpkernel): Add -Wno-error=implicit-function-declaration
for the HOST_CC
Change-Id: I4e86cd9900b56a904190e217c21bcfa279c12a5a
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/hurd.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm index d090c827644..b5457c4d440 100644 --- a/gnu/packages/hurd.scm +++ b/gnu/packages/hurd.scm @@ -853,6 +853,9 @@ in userland processes thanks to the DDE layer.") " -DNUSB_DMA=1" " -DPAE") "-V" (string-append + "HOST_CFLAGS=-O" + " -Wno-error=implicit-function-declaration") + "-V" (string-append "CWARNFLAGS=" " -Wno-error=maybe-uninitialized" " -Wno-error=address-of-packed-member" |
