qpid-cpp: fix build with gcc8

This commit is contained in:
Robin Gloster 2019-01-15 18:21:49 +01:00 committed by Franz Pletz
parent 6d88b4904e
commit 87701cfbbe
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -38,6 +38,8 @@ let
"-Wno-error=int-in-bool-context"
"-Wno-error=maybe-uninitialized"
"-Wno-error=unused-function"
"-Wno-error=ignored-qualifiers"
"-Wno-error=catch-value"
];
};