aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorIvan Komissarov <ABBAPOH@gmail.com>2019-11-17 10:18:21 +0900
committerIvan Komissarov <ABBAPOH@gmail.com>2019-11-18 13:07:33 +0000
commit55150b612f09bb4f295df7ffa2c7fccc38d70bf1 (patch)
treed70bb68a94aeb64a756122ca7abf4598df9e8393 /examples
parent18bb98204e45047e84d89e2d3fcf89846abb0fb1 (diff)
Suppress warnings for the protobuf addressbook example
Change-Id: I33fb2e7d16c8f6a31426b9b3f4e0c7ecb1583600 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/protobuf/cpp/addressbook.qbs1
1 files changed, 1 insertions, 0 deletions
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 }