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