Advertisement
infected_

Untitled

Dec 9th, 2015
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 KB | None | 0 0
  1. Import includes file: /home/infected_/Output/cm_13/target/product/z3/obj/EXECUTABLES/healthd_intermediates/import_includes
  2. target arm C++: libbatteryservice <= frameworks/native/services/batteryservice/BatteryProperties.cpp
  3. target arm C++: libbatteryservice <= frameworks/native/services/batteryservice/BatteryProperty.cpp
  4. target arm C++: libbatteryservice <= frameworks/native/services/batteryservice/IBatteryPropertiesListener.cpp
  5. target arm C++: libbatteryservice <= frameworks/native/services/batteryservice/IBatteryPropertiesRegistrar.cpp
  6. target arm C++: libbinder <= frameworks/native/libs/binder/AppOpsManager.cpp
  7. target arm C++: libbinder <= frameworks/native/libs/binder/Binder.cpp
  8. target arm C++: libbinder <= frameworks/native/libs/binder/BpBinder.cpp
  9. target arm C++: libbinder <= frameworks/native/libs/binder/BufferedTextOutput.cpp
  10. target arm C++: libbinder <= frameworks/native/libs/binder/Debug.cpp
  11. frameworks/native/libs/binder/Debug.cpp: In function 'void android::printHexData(int32_t, const void*, size_t, size_t, int32_t, size_t, bool, android::debugPrintFunc, void*)':
  12. frameworks/native/libs/binder/Debug.cpp:188:50: error: call to 'sprintf' declared with attribute warning: sprintf is often misused; please use snprintf [-Werror]
  13. sprintf(buf, "(bad length: %zu)", length);
  14. ^
  15. frameworks/native/libs/binder/Debug.cpp:214:48: error: call to 'sprintf' declared with attribute warning: sprintf is often misused; please use snprintf [-Werror]
  16. sprintf(c, "0x%08x: ", (int)offset);
  17. ^
  18. cc1plus: all warnings being treated as errors
  19. make: *** [/home/infected_/Output/cm_13/target/product/z3/obj/STATIC_LIBRARIES/libbinder_intermediates/Debug.o] Error 1
  20. make: *** Waiting for unfinished jobs....
  21. external/jemalloc/src/jemalloc.c: In function 'malloc_conf_init':
  22. external/jemalloc/src/jemalloc.c:965:27: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
  23. if ((min) != 0 && um < (min)) \
  24. ^
  25. external/jemalloc/src/jemalloc.c:1080:5: note: in expansion of macro 'CONF_HANDLE_SIZE_T'
  26. CONF_HANDLE_SIZE_T(opt_quarantine, "quarantine",
  27. ^
  28. external/jemalloc/src/jemalloc.c:972:28: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
  29. if (((min) != 0 && um < (min)) \
  30. ^
  31. external/jemalloc/src/jemalloc.c:1080:5: note: in expansion of macro 'CONF_HANDLE_SIZE_T'
  32. CONF_HANDLE_SIZE_T(opt_quarantine, "quarantine",
  33. ^
  34. external/jemalloc/src/jemalloc.c:965:27: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
  35. if ((min) != 0 && um < (min)) \
  36. ^
  37. external/jemalloc/src/jemalloc.c:1117:5: note: in expansion of macro 'CONF_HANDLE_SIZE_T'
  38. CONF_HANDLE_SIZE_T(opt_lg_prof_sample,
  39. ^
  40. external/jemalloc/src/jemalloc.c:972:28: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
  41. if (((min) != 0 && um < (min)) \
  42. ^
  43. external/jemalloc/src/jemalloc.c:1117:5: note: in expansion of macro 'CONF_HANDLE_SIZE_T'
  44. CONF_HANDLE_SIZE_T(opt_lg_prof_sample,
  45. ^
  46.  
  47. #### make failed to build some targets (01:49 (mm:ss)) ####
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement