mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
openocd: fix build with gcc9
This commit is contained in:
parent
d2ad88faf9
commit
9398fbe97b
|
@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
|
|||
"-Wno-format-truncation"
|
||||
"-Wno-format-overflow"
|
||||
"-Wno-error=tautological-compare"
|
||||
"-Wno-error=array-bounds"
|
||||
];
|
||||
|
||||
postInstall = lib.optionalString stdenv.isLinux ''
|
||||
|
|
Loading…
Reference in a new issue