From 55150b612f09bb4f295df7ffa2c7fccc38d70bf1 Mon Sep 17 00:00:00 2001 From: Ivan Komissarov Date: Sun, 17 Nov 2019 10:18:21 +0900 Subject: Suppress warnings for the protobuf addressbook example Change-Id: I33fb2e7d16c8f6a31426b9b3f4e0c7ecb1583600 Reviewed-by: Christian Kandeler --- examples/protobuf/cpp/addressbook.qbs | 1 + 1 file changed, 1 insertion(+) (limited to 'examples') diff --git a/examples/protobuf/cpp/addressbook.qbs b/examples/protobuf/cpp/addressbook.qbs index bd5afd377..35f8ee7fb 100644 --- a/examples/protobuf/cpp/addressbook.qbs +++ b/examples/protobuf/cpp/addressbook.qbs @@ -7,6 +7,7 @@ CppApplication { Depends { name: "cpp" } cpp.cxxLanguageVersion: "c++11" + cpp.warningLevel: "none" Depends { id: protobuf; name: "protobuf.cpp"; required: false } -- cgit v1.2.3