openocd: fix build with gcc9
This commit is contained in:
@@ -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 ''
|
||||
|
||||
Reference in New Issue
Block a user