mps: fix build with gcc8
This commit is contained in:
parent
fbd6964f76
commit
6d88b4904e
@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
|
||||
NIX_CFLAGS_COMPILE = [
|
||||
"-Wno-implicit-fallthrough"
|
||||
"-Wno-error=clobbered"
|
||||
"-Wno-error=cast-function-type"
|
||||
];
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user