qpid-cpp: fix build on darwin

This commit is contained in:
Franz Pletz 2019-12-27 05:20:36 +01:00
parent 43442880cf
commit ee8cc1c7ba
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -40,6 +40,7 @@ let
"-Wno-error=unused-function"
"-Wno-error=ignored-qualifiers"
"-Wno-error=catch-value"
] ++ stdenv.lib.optionals stdenv.cc.isGNU [
"-Wno-error=deprecated-copy"
];
};