openocd: use --disable-werror

Unbreaks build with recent GCC.
pull/30/head
Sebastien Bourdeauducq 2020-01-06 12:33:30 +08:00
parent beee821588
commit f927de3280
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ stdenv.mkDerivation rec {
"--enable-buspirate"
"--enable-sysfsgpio"
"--enable-remote-bitbang"
"--disable-werror"
];
NIX_CFLAGS_COMPILE = [