Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 69BE5200BC8 for ; Wed, 23 Nov 2016 19:39:27 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 66E38160AFD; Wed, 23 Nov 2016 18:39:27 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id AFBBD160AEC for ; Wed, 23 Nov 2016 19:39:26 +0100 (CET) Received: (qmail 51290 invoked by uid 500); 23 Nov 2016 18:39:25 -0000 Mailing-List: contact commits-help@mynewt.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mynewt.incubator.apache.org Delivered-To: mailing list commits@mynewt.incubator.apache.org Received: (qmail 51280 invoked by uid 99); 23 Nov 2016 18:39:25 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Nov 2016 18:39:25 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 856DFCDA3F for ; Wed, 23 Nov 2016 18:39:25 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.219 X-Spam-Level: X-Spam-Status: No, score=-6.219 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 8oUuqCZJeyGi for ; Wed, 23 Nov 2016 18:39:24 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 661995F3F4 for ; Wed, 23 Nov 2016 18:39:19 +0000 (UTC) Received: (qmail 50052 invoked by uid 99); 23 Nov 2016 18:39:13 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Nov 2016 18:39:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 472D5F0DBD; Wed, 23 Nov 2016 18:39:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ccollins@apache.org To: commits@mynewt.incubator.apache.org Date: Wed, 23 Nov 2016 18:39:17 -0000 Message-Id: <568a77b40a2444179afc80c19a27d2e9@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [5/6] incubator-mynewt-core git commit: BLE Host - Fix warning reported by gcc 6. archived-at: Wed, 23 Nov 2016 18:39:27 -0000 BLE Host - Fix warning reported by gcc 6. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/c6a8f88f Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/c6a8f88f Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/c6a8f88f Branch: refs/heads/develop Commit: c6a8f88f6b8dc7c8eee6dc75a34c9b6ea295b05d Parents: eab4949 Author: Christopher Collins Authored: Tue Nov 22 17:42:42 2016 -0800 Committer: Christopher Collins Committed: Tue Nov 22 17:42:42 2016 -0800 ---------------------------------------------------------------------- net/nimble/host/test/src/ble_hs_test_util.c | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/c6a8f88f/net/nimble/host/test/src/ble_hs_test_util.c ---------------------------------------------------------------------- diff --git a/net/nimble/host/test/src/ble_hs_test_util.c b/net/nimble/host/test/src/ble_hs_test_util.c index 58e3345..0bc848f 100644 --- a/net/nimble/host/test/src/ble_hs_test_util.c +++ b/net/nimble/host/test/src/ble_hs_test_util.c @@ -34,9 +34,6 @@ uint8_t g_dev_addr[BLE_DEV_ADDR_LEN]; #define BLE_HS_TEST_UTIL_PUB_ADDR_VAL { 0x0a, 0x54, 0xab, 0x49, 0x7f, 0x06 } -static const uint8_t ble_hs_test_util_pub_addr[BLE_DEV_ADDR_LEN] = - BLE_HS_TEST_UTIL_PUB_ADDR_VAL; - #define BLE_HS_TEST_UTIL_LE_OPCODE(ocf) \ ble_hs_hci_util_opcode_join(BLE_HCI_OGF_LE, (ocf))