You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/05/28 11:15:37 UTC

[GitHub] haukepetersen commented on issue #117: fix os/os_trace_api and RIOT related compile warnings

haukepetersen commented on issue #117: fix os/os_trace_api and RIOT related compile warnings
URL: https://github.com/apache/mynewt-nimble/pull/117#issuecomment-392498280
 
 
   just for info: 
   ```
   In file included from /home/hauke/dev/riot/RIOT/examples/nimble_gatt/bin/pkg/nrf52dk/nimble/nimble/drivers/nrf52/src/ble_hw.c:36:0:
   /home/hauke/dev/riot/RIOT/examples/nimble_gatt/bin/pkg/nrf52dk/nimble/porting/nimble/include/os/os_trace_api.h:49:33: error: 'struct os_task' declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
    os_trace_task_info(const struct os_task *t)
                                    ^~~~~~~
   /home/hauke/dev/riot/RIOT/examples/nimble_gatt/bin/pkg/nrf52dk/nimble/porting/nimble/include/os/os_trace_api.h:54:35: error: 'struct os_task' declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
    os_trace_task_create(const struct os_task *t)
                                      ^~~~~~~
   /home/hauke/dev/riot/RIOT/examples/nimble_gatt/bin/pkg/nrf52dk/nimble/porting/nimble/include/os/os_trace_api.h:59:39: error: 'struct os_task' declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
    os_trace_task_start_exec(const struct os_task *t)
                                          ^~~~~~~
   /home/hauke/dev/riot/RIOT/examples/nimble_gatt/bin/pkg/nrf52dk/nimble/porting/nimble/include/os/os_trace_api.h:69:40: error: 'struct os_task' declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
    os_trace_task_start_ready(const struct os_task *t)
                                           ^~~~~~~
   /home/hauke/dev/riot/RIOT/examples/nimble_gatt/bin/pkg/nrf52dk/nimble/porting/nimble/include/os/os_trace_api.h:74:39: error: 'struct os_task' declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
    os_trace_task_stop_ready(const struct os_task *t, unsigned reason)
   ```
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services