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