openocd: fix build with gcc8

pull/30/head
Sebastien Bourdeauducq 2019-09-17 09:48:39 +08:00
parent bd9062421d
commit efc066d2cb
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ stdenv.mkDerivation rec {
"-Wno-implicit-fallthrough"
"-Wno-format-truncation"
"-Wno-format-overflow"
"-Wno-error=tautological-compare"
];
postInstall = ''