Parent: 12d8434dd89a65e16b1ef350c2aef081c77bf2b1
Author: Syam Sidhardhan <s.syam@samsung.com>
Committer: Johan Hedberg <johan.hedberg@intel.com>
Date: 2013-02-18 18:12:18
Tree: 58f38e6a087d2ed8d59f2fab7d5ae9a87c3f1b4e
tools: Fix compilation error with GINT_TO_POINTER Fixes the following error: tools/btmgmt.c: In function ‘index_rsp’: tools/btmgmt.c:756:10: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] tools/btmgmt.c: In function ‘cmd_info’: tools/btmgmt.c:791:9: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] cc1: all warnings being treated as errors make[1]: *** [tools/btmgmt.o] Error 1 make: *** [all] Error 2
Diffstat
| M | tools/btmgmt.c | | | 4 | ++- - |
1 files changed, 2 insertions(+), 2 deletions(-)