No description
Find a file
Kumar Gala f52a0341ba Bluetooth: AT: Fix building with newlib
Since the type of int, uint32_t, etc change with newlib we get the
following error:

subsys/bluetooth/host/at.c: In function ‘cme_handle’:
subsys/bluetooth/host/at.c:272:25: error: passing argument 2 of ‘at_get_number’ from incompatible pointer type [-Werror=incompatible-pointer-types]
  if (!at_get_number(at, &val) && val <= CME_ERROR_NETWORK_NOT_ALLOWED) {
                         ^
subsys/bluetooth/host/at.c:46:5: note: expected ‘uint32_t * {aka long unsigned int *}’ but argument is of type ‘int *’
 int at_get_number(struct at_client *at, uint32_t *val)
     ^~~~~~~~~~~~~

We we can easily address by making val a uint32_t.

Change-Id: Ie6988368bd862afd4075baede7cb0a66c1628c18
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2017-04-20 08:58:09 +03:00
.known-issues net: dns: Remove dns_client API and sample application 2017-04-13 15:21:45 +03:00
arch spell: fix doxygen comment typos: /arch 2017-04-19 18:38:43 +00:00
boards spell: fix doxygen comment typos: /boards /samples 2017-04-19 18:38:19 +00:00
doc kernel: remove legacy kernel support 2017-04-19 15:48:37 +00:00
drivers spell: fix doxygen comment typos: /drivers 2017-04-19 10:45:34 -07:00
dts arm: dts: Add DTS support for NRF52832 SoC 2017-04-14 05:56:54 -05:00
ext ext: mcux: Adapt ksdk 1.3 for kw40z to work with mcux 2.x drivers 2017-04-14 05:56:53 -05:00
include Bluetooth: HCI: Naming consistency tweaks 2017-04-20 08:58:09 +03:00
kernel kernel: rename nanoArchInit->kernel_arch_init 2017-04-19 10:59:35 -05:00
lib lib: json: use explicit unsigned char to avoid array subscript error 2017-04-14 19:03:41 +00:00
misc kernel: remove legacy.h and MDEF support 2017-04-19 10:59:35 -05:00
samples spell: fix doxygen comment typos: /boards /samples 2017-04-19 18:38:19 +00:00
scripts kernel: remove legacy.h and MDEF support 2017-04-19 10:59:35 -05:00
subsys Bluetooth: AT: Fix building with newlib 2017-04-20 08:58:09 +03:00
tests kernel: remove legacy.h and MDEF support 2017-04-19 10:59:35 -05:00
.checkpatch.conf checkpatch: Remove reference to legacy IP stack 2017-02-08 13:05:27 +00:00
.gitattributes First commit 2015-04-10 16:44:37 -07:00
.gitignore doc: tweak .gitignore to allow doc theme dev 2017-02-23 13:20:04 +00:00
.gitreview Add a .gitreview file 2016-02-20 14:25:01 +00:00
.mailmap mailmap: added axy (for Anas Nashif) 2016-12-21 13:49:59 +00:00
defaults.tc testcases: catch more fatal kernel error messages 2016-11-11 13:21:16 +00:00
Kbuild kernel: remove legacy.h and MDEF support 2017-04-19 10:59:35 -05:00
Kconfig license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.zephyr license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
LICENSE add top level Apache 2.0 license file 2016-02-05 20:24:37 -05:00
MAINTAINERS MAINTAINERS: update for network applications 2017-04-09 15:45:20 +00:00
Makefile kernel: remove legacy.h and MDEF support 2017-04-19 10:59:35 -05:00
Makefile.inc kernel: remove legacy.h and MDEF support 2017-04-19 10:59:35 -05:00
Makefile.test tests: introduce Makefile.test 2017-01-03 17:48:44 +00:00
zephyr-env.sh zephyr-env.sh: only reset scripts_path on Windows 2017-03-31 15:42:31 -04:00