[ 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)