Commit 63c033e2 authored by Weijia Wang's avatar Weijia Wang
Browse files

xen_4_15: fix build

parent 1d70ba2c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -144,6 +144,9 @@ callPackage (import ./generic.nix (rec {
    # Fix build with GCC 10
    "-Wno-error=enum-conversion"
    "-Wno-error=zero-length-bounds"
    # Fix build with GCC 12
    # xentoollog_stubs.c:57: error: "Some_val" redefined [-Werror]
    "-Wno-error"
  ];

  patches = with xsa; flatten [