qpid-cpp: fix build on darwin
This commit is contained in:
parent
43442880cf
commit
ee8cc1c7ba
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue