Advertisement
nicklovell123

Untitled

Nov 7th, 2014
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.95 KB | None | 0 0
  1. device/samsung/p4notelte-common/consumerir/consumerir.c: In function 'consumerir_get_carrier_freqs':
  2. device/samsung/p4notelte-common/consumerir/consumerir.c:68:67: warning: unused parameter 'dev' [-Wunused-parameter]
  3. static int consumerir_get_carrier_freqs(struct consumerir_device *dev,
  4. ^
  5. device/samsung/p4notelte-common/consumerir/consumerir.c: In function 'consumerir_open':
  6. device/samsung/p4notelte-common/consumerir/consumerir.c:107:19: warning: assignment from incompatible pointer type [enabled by default]
  7. dev->transmit = consumerir_transmit;
  8. ^
  9. target thumb C++: libgps.utils <= device/samsung/smdk4412-qcom-common/gps/utils/loc_cfg.cpp
  10. target thumb C++: libgps.utils <= device/samsung/smdk4412-qcom-common/gps/utils/loc_target.cpp
  11. device/samsung/smdk4412-qcom-common/gps/utils/loc_cfg.cpp: In function 'void loc_read_conf(const char*, loc_param_s_type*, uint32_t)':
  12. device/samsung/smdk4412-qcom-common/gps/utils/loc_cfg.cpp:300:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  13. for(i = 0; i < loc_param_num; i++)
  14. ^
  15. target thumb C: libgps.utils <= device/samsung/smdk4412-qcom-common/gps/utils/msg_q.c
  16. target thumb C: libgps.utils <= device/samsung/smdk4412-qcom-common/gps/utils/linked_list.c
  17. device/samsung/smdk4412-qcom-common/gps/utils/msg_q.c: In function 'msg_q_snd':
  18. device/samsung/smdk4412-qcom-common/gps/utils/msg_q.c:188:4: warning: format '%X' expects argument of type 'unsigned int', but argument 5 has type 'void *' [-Wformat=]
  19. LOC_LOGD("%s: Sending message with handle = 0x%08X\n", __FUNCTION__, msg_obj);
  20. ^
  21. device/samsung/smdk4412-qcom-common/gps/utils/msg_q.c:188:4: warning: format '%X' expects argument of type 'unsigned int', but argument 5 has type 'void *' [-Wformat=]
  22. device/samsung/smdk4412-qcom-common/gps/utils/msg_q.c:204:4: warning: format '%X' expects argument of type 'unsigned int', but argument 5 has type 'void *' [-Wformat=]
  23. LOC_LOGD("%s: Finished Sending message with handle = 0x%08X\n", __FUNCTION__, msg_obj);
  24. ^
  25. device/samsung/smdk4412-qcom-common/gps/utils/msg_q.c:204:4: warning: format '%X' expects argument of type 'unsigned int', but argument 5 has type 'void *' [-Wformat=]
  26. device/samsung/smdk4412-qcom-common/gps/utils/msg_q.c: In function 'msg_q_rcv':
  27. device/samsung/smdk4412-qcom-common/gps/utils/msg_q.c:252:4: warning: format '%X' expects argument of type 'unsigned int', but argument 5 has type 'void *' [-Wformat=]
  28. LOC_LOGD("%s: Received message 0x%08X rv = %d\n", __FUNCTION__, *msg_obj, rv);
  29. ^
  30. device/samsung/smdk4412-qcom-common/gps/utils/msg_q.c:252:4: warning: format '%X' expects argument of type 'unsigned int', but argument 5 has type 'void *' [-Wformat=]
  31. device/samsung/smdk4412-qcom-common/gps/utils/linked_list.c: In function 'linked_list_add':
  32. device/samsung/smdk4412-qcom-common/gps/utils/linked_list.c:112:4: warning: format '%X' expects argument of type 'unsigned int', but argument 5 has type 'void *' [-Wformat=]
  33. LOC_LOGD("%s: Adding to list data_obj = 0x%08X\n", __FUNCTION__, data_obj);
  34. ^
  35. device/samsung/smdk4412-qcom-common/gps/utils/linked_list.c:112:4: warning: format '%X' expects argument of type 'unsigned int', but argument 5 has type 'void *' [-Wformat=]
  36. Import includes file: /home/nicklovell23/lpnon/out/target/product/i925/obj/SHARED_LIBRARIES/libloc_eng_intermediates/import_includes
  37. Import includes file: /home/nicklovell23/lpnon/out/target/product/i925/obj/SHARED_LIBRARIES/libloc_adapter_intermediates/import_includes
  38. target thumb C++: gralloc.default <= hardware/libhardware/modules/gralloc/gralloc.cpp
  39. target thumb C++: gralloc.default <= hardware/libhardware/modules/gralloc/framebuffer.cpp
  40. target thumb C++: gralloc.default <= hardware/libhardware/modules/gralloc/mapper.cpp
  41. Import includes file: /home/nicklovell23/lpnon/out/target/product/i925/obj/SHARED_LIBRARIES/gralloc.exynos4_intermediates/import_includes
  42. target thumb C++: libsecion <= hardware/samsung/exynos4/hal/libsecion/libsecion.cpp
  43. target thumb C++: hwcomposer.exynos4 <= hardware/samsung/exynos4/hal/libhwcomposer/SecHWCLog.cpp
  44. target thumb C++: hwcomposer.exynos4 <= hardware/samsung/exynos4/hal/libhwcomposer/SecHWCUtils.cpp
  45. hardware/samsung/exynos4/hal/libsecion/libsecion.cpp: In function 'int createIONMem(secion_param*, size_t, unsigned int)':
  46. hardware/samsung/exynos4/hal/libsecion/libsecion.cpp:183:24: warning: ordered comparison of pointer with integer zero [-Wextra]
  47. if(param->memory > 0) munmap(param->memory, size);
  48. ^
  49. target thumb C++: hwcomposer.exynos4 <= hardware/samsung/exynos4/hal/libhwcomposer/SecHWC.cpp
  50. In file included from hardware/samsung/exynos4/hal/libhwcomposer/SecHWC.cpp:36:0:
  51. hardware/samsung/exynos4/hal/libhwcomposer/SecHWCUtils.h:37:28: fatal error: linux/videodev.h: No such file or directory
  52. #include <linux/videodev.h>
  53. ^
  54. compilation terminated.
  55. make: *** [/home/nicklovell23/lpnon/out/target/product/i925/obj/SHARED_LIBRARIES/hwcomposer.exynos4_intermediates/SecHWC.o] Error 1
  56. make: *** Waiting for unfinished jobs....
  57. In file included from hardware/samsung/exynos4/hal/libhwcomposer/SecHWCUtils.cpp:27:0:
  58. hardware/samsung/exynos4/hal/libhwcomposer/SecHWCUtils.h:37:28: fatal error: linux/videodev.h: No such file or directory
  59. #include <linux/videodev.h>
  60. ^
  61. compilation terminated.
  62. make: *** [/home/nicklovell23/lpnon/out/target/product/i925/obj/SHARED_LIBRARIES/hwcomposer.exynos4_intermediates/SecHWCUtils.o] Error 1
  63. In file included from hardware/samsung/exynos4/hal/libhwcomposer/SecHWCLog.cpp:28:0:
  64. hardware/samsung/exynos4/hal/libhwcomposer/SecHWCUtils.h:37:28: fatal error: linux/videodev.h: No such file or directory
  65. #include <linux/videodev.h>
  66. ^
  67. compilation terminated.
  68. make: *** [/home/nicklovell23/lpnon/out/target/product/i925/obj/SHARED_LIBRARIES/hwcomposer.exynos4_intermediates/SecHWCLog.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement