Advertisement
infected_

Untitled

Dec 21st, 2015
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.10 KB | None | 0 0
  1. target arm C: libz <= external/zlib/src/infback.c
  2. target arm C: libz <= external/zlib/src/inflate.c
  3. target arm C: libz <= external/zlib/src/inftrees.c
  4. target arm C: libz <= external/zlib/src/inffast.c
  5. target arm C: libz <= external/zlib/src/trees.c
  6. target arm C: libz <= external/zlib/src/uncompr.c
  7. target arm C: libz <= external/zlib/src/zutil.c
  8. target arm C++: libinit_shinano <= device/sony/shinano-common/init/init_shinano.cpp
  9. Generate: system/core/rootdir/init.environ.rc.in -> /home/infected_/Output/cm_13/target/product/z3/obj/ETC/init.environ.rc_intermediates/init.environ.rc
  10. Import includes file: /home/infected_/Output/cm_13/target/product/z3/obj/EXECUTABLES/adbd_intermediates/import_includes
  11. Import includes file: /home/infected_/Output/cm_13/target/product/z3/obj/STATIC_LIBRARIES/libadbd_intermediates/import_includes
  12. Import includes file: /home/infected_/Output/cm_13/target/product/z3/obj/EXECUTABLES/healthd_intermediates/import_includes
  13. target arm C++: libbatteryservice <= frameworks/native/services/batteryservice/BatteryProperties.cpp
  14. target arm C++: libbatteryservice <= frameworks/native/services/batteryservice/BatteryProperty.cpp
  15. target arm C++: libbatteryservice <= frameworks/native/services/batteryservice/IBatteryPropertiesListener.cpp
  16. target arm C++: libbatteryservice <= frameworks/native/services/batteryservice/IBatteryPropertiesRegistrar.cpp
  17. target arm C++: libbinder <= frameworks/native/libs/binder/AppOpsManager.cpp
  18. target arm C++: libbinder <= frameworks/native/libs/binder/Binder.cpp
  19. external/jemalloc/src/jemalloc.c: In function 'malloc_conf_init':
  20. external/jemalloc/src/jemalloc.c:965:27: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
  21. if ((min) != 0 && um < (min)) \
  22. ^
  23. external/jemalloc/src/jemalloc.c:1080:5: note: in expansion of macro 'CONF_HANDLE_SIZE_T'
  24. CONF_HANDLE_SIZE_T(opt_quarantine, "quarantine",
  25. ^
  26. external/jemalloc/src/jemalloc.c:972:28: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
  27. if (((min) != 0 && um < (min)) \
  28. ^
  29. external/jemalloc/src/jemalloc.c:1080:5: note: in expansion of macro 'CONF_HANDLE_SIZE_T'
  30. CONF_HANDLE_SIZE_T(opt_quarantine, "quarantine",
  31. ^
  32. external/jemalloc/src/jemalloc.c:965:27: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
  33. if ((min) != 0 && um < (min)) \
  34. ^
  35. external/jemalloc/src/jemalloc.c:1117:5: note: in expansion of macro 'CONF_HANDLE_SIZE_T'
  36. CONF_HANDLE_SIZE_T(opt_lg_prof_sample,
  37. ^
  38. external/jemalloc/src/jemalloc.c:972:28: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
  39. if (((min) != 0 && um < (min)) \
  40. ^
  41. external/jemalloc/src/jemalloc.c:1117:5: note: in expansion of macro 'CONF_HANDLE_SIZE_T'
  42. CONF_HANDLE_SIZE_T(opt_lg_prof_sample,
  43. ^
  44. target arm C++: libbinder <= frameworks/native/libs/binder/BpBinder.cpp
  45. target arm C++: libbinder <= frameworks/native/libs/binder/BufferedTextOutput.cpp
  46. target arm C++: libbinder <= frameworks/native/libs/binder/Debug.cpp
  47. target arm C++: libbinder <= frameworks/native/libs/binder/IAppOpsCallback.cpp
  48. 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*)':
  49. frameworks/native/libs/binder/Debug.cpp:188:50: error: call to 'sprintf' declared with attribute warning: sprintf is often misused; please use snprintf [-Werror]
  50. sprintf(buf, "(bad length: %zu)", length);
  51. ^
  52. frameworks/native/libs/binder/Debug.cpp:214:48: error: call to 'sprintf' declared with attribute warning: sprintf is often misused; please use snprintf [-Werror]
  53. sprintf(c, "0x%08x: ", (int)offset);
  54. ^
  55. cc1plus: all warnings being treated as errors
  56. make: *** [/home/infected_/Output/cm_13/target/product/z3/obj/STATIC_LIBRARIES/libbinder_intermediates/Debug.o] Error 1
  57. make: *** Waiting for unfinished jobs....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement