openocd: fix build with gcc8

tecpak
Sebastien Bourdeauducq 2019-09-17 09:48:39 +08:00
父节点 bd9062421d
当前提交 efc066d2cb
共有 1 个文件被更改,包括 1 次插入0 次删除

查看文件

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