zephyr/subsys
chao an 95e4eb8867 Bluetooth: Mesh: fix different signedness
CC:  subsys/bluetooth/mesh/prov.c
subsys/bluetooth/mesh/prov.c: In function 'bt_mesh_input_string':
subsys/bluetooth/mesh/prov.c:616:14:
        warning: pointer targets in passing argument 1 of
        'strncpy' differ in signedness [-Wpointer-sign]
  616 |  strncpy(link.auth, str, prov->input_size);
      |          ~~~~^~~~~
      |              |
      |              uint8_t * {aka unsigned char *}

Signed-off-by: chao an <anchao@xiaomi.com>
2020-06-18 13:17:24 +02:00
..
bluetooth Bluetooth: Mesh: fix different signedness 2020-06-18 13:17:24 +02:00
canbus
console console: tty: Fix k_sem_take with wait time from ISR 2020-06-17 17:10:08 +02:00
cpp
debug
dfu
disk
fb
fs
jwt
logging logging: enhanced external logsystems 2020-06-17 17:08:12 +02:00
mgmt
net net: route: Skip lladdr check for ppp 2020-06-18 12:49:14 +02:00
power
random
settings settings: Fix uninitialised variables 2020-06-17 08:55:59 +03:00
shell
stats
storage
testsuite
tracing
usb usb: Set thread names in usb device classes 2020-06-15 16:55:01 +02:00
CMakeLists.txt
Kconfig