openocd: fix build with gcc8

This commit is contained in:
Franz Pletz 2019-01-11 05:56:49 +01:00
parent 2bac9a5a01
commit 0751c5519e
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

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