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

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