mps: fix build with gcc8

This commit is contained in:
Robin Gloster 2019-01-15 18:20:58 +01:00 committed by Franz Pletz
parent fbd6964f76
commit 6d88b4904e
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
NIX_CFLAGS_COMPILE = [
"-Wno-implicit-fallthrough"
"-Wno-error=clobbered"
"-Wno-error=cast-function-type"
];