altermime: fix build with gcc8
This commit is contained in:
parent
e4f3f9ae10
commit
f6799bc5e1
@ -14,6 +14,7 @@ stdenv.mkDerivation rec {
|
||||
"-Wno-error=format-truncation"
|
||||
"-Wno-error=pointer-compare"
|
||||
"-Wno-error=memset-elt-size"
|
||||
"-Wno-error=restrict"
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user