forked from M-Labs/nix-scripts
openocd: fix build with gcc8
This commit is contained in:
parent
bd9062421d
commit
efc066d2cb
|
@ -38,6 +38,7 @@ stdenv.mkDerivation rec {
|
|||
"-Wno-implicit-fallthrough"
|
||||
"-Wno-format-truncation"
|
||||
"-Wno-format-overflow"
|
||||
"-Wno-error=tautological-compare"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
|
|
Loading…
Reference in New Issue