xen_4_8: fix build with gcc9

This commit is contained in:
Franz Pletz 2019-11-05 01:01:30 +01:00
parent 50dad9e873
commit 1ba64dad7c
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -175,6 +175,10 @@ callPackage (import ./generic.nix (rec {
"-Wno-error=stringop-truncation"
"-Wno-error=format-truncation"
"-Wno-error=array-bounds"
# Fix build with GCC9
"-Wno-error=address-of-packed-member"
"-Wno-error=format-overflow"
"-Wno-error=absolute-value"
];
postPatch = ''