altermime: fix build with gcc8

This commit is contained in:
Linus Heckemann
2019-06-17 07:06:07 +02:00
committed by Franz Pletz
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 = ''