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/28 21:37:00 UTC

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

Marko Kiiskila created MYNEWT-870:
-------------------------------------

             Summary: 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


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)