You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@mynewt.apache.org by "Marko Kiiskila (JIRA)" <ji...@apache.org> on 2017/11/29 18:14:07 UTC

[jira] [Resolved] (MYNEWT-870) net/nimble/host unittest build failure on raspberry pi

     [ https://issues.apache.org/jira/browse/MYNEWT-870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marko Kiiskila resolved MYNEWT-870.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: v1_4_0_rel

Checked in to master branch.

> net/nimble/host unittest build failure on raspberry pi
> ------------------------------------------------------
>
>                 Key: MYNEWT-870
>                 URL: https://issues.apache.org/jira/browse/MYNEWT-870
>             Project: Mynewt
>          Issue Type: Bug
>      Security Level: Public(Viewable by anyone) 
>            Reporter: Marko Kiiskila
>             Fix For: v1_4_0_rel
>
>
> Compiling net/nimble/host/test/src/ble_sm_sc_test.c
> net/nimble/host/test/src/ble_hs_hci_test.c: In function ‘TEST_CASE_ble_hs_hci_acl_one_conn’:
> net/nimble/host/test/src/ble_hs_hci_test.c:88:12: error: missing braces around initializer [-Werror=missing-braces]
>      struct ble_hs_test_util_hci_num_completed_pkts_entry ncpe[2] = { 0 };
>             ^
> net/nimble/host/test/src/ble_hs_hci_test.c:88:12: error: (near initialization for ‘ncpe[0]’) [-Werror=missing-braces]
> net/nimble/host/test/src/ble_hs_hci_test.c: In function ‘TEST_CASE_ble_hs_hci_acl_two_conn’:
> net/nimble/host/test/src/ble_hs_hci_test.c:171:12: error: missing braces around initializer [-Werror=missing-braces]
>      struct ble_hs_test_util_hci_num_completed_pkts_entry ncpe[2] = { 0 };
>             ^
> net/nimble/host/test/src/ble_hs_hci_test.c:171:12: error: (near initialization for ‘ncpe[0]’) [-Werror=missing-braces]
> cc1: all warnings being treated as errors



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)