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

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"
];
};