mps: fix build with gcc8
This commit is contained in:
parent
fbd6964f76
commit
6d88b4904e
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
|
|||
NIX_CFLAGS_COMPILE = [
|
||||
"-Wno-implicit-fallthrough"
|
||||
"-Wno-error=clobbered"
|
||||
"-Wno-error=cast-function-type"
|
||||
];
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue