From db8c876c7478114a888947ce1f36e8a2a80e8ed2 Mon Sep 17 00:00:00 2001
From: Alex Blasche <alexander.blasche@qt.io>
Date: Tue, 9 Oct 2018 14:39:50 +0200
Subject: [PATCH] Suppress "We mean it" warning due to battery1_p.h

QtBluetooth WARNING: /../qt512/qtconnectivity/src/bluetooth/bluez/battery1_p.h
does not have the "We mean it." warning.

Change-Id: Iddd792243690a1cf6ceab5d3d01de322d2c5d92e
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
---
 sync.profile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sync.profile b/sync.profile
index 3261c183..25363c70 100644
--- a/sync.profile
+++ b/sync.profile
@@ -21,7 +21,7 @@
     "obex_client_p.h", "obex_manager_p.h", "obex_objectpush1_bluez5_p.h",
     "obex_transfer1_bluez5_p.h", "obex_transfer_p.h", "objectmanager_p.h",
     "profile1_p.h", "properties_p.h", "service_p.h", "gattchar1_p.h",
-    "gattdesc1_p.h", "gattservice1_p.h", "profilemanager1_p.h",
+    "gattdesc1_p.h", "gattservice1_p.h", "profilemanager1_p.h", "battery1_p.h",
     # NFC auto-generated headers
     # Note: "adapter_p.h", "agent_p.h" and "manager_p.h" are duplicated here
     "dbusobjectmanager_p.h", "dbusproperties_p.h", "tag_p.h");
-- 
GitLab