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 = ''