Advertisement
infected_

Untitled

Jan 24th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. target arm C++: libbinder <= frameworks/native/libs/binder/ProcessInfoService.cpp
  2. target arm C++: libbinder <= frameworks/native/libs/binder/IServiceManager.cpp
  3. 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*)':
  4. frameworks/native/libs/binder/Debug.cpp:188:50: error: call to 'sprintf' declared with attribute warning: sprintf is often misused; please use snprintf [-Werror]
  5. sprintf(buf, "(bad length: %zu)", length);
  6. ^
  7. frameworks/native/libs/binder/Debug.cpp:214:48: error: call to 'sprintf' declared with attribute warning: sprintf is often misused; please use snprintf [-Werror]
  8. sprintf(c, "0x%08x: ", (int)offset);
  9. ^
  10. cc1plus: all warnings being treated as errors
  11. make: *** [/home/infected_/Output/cm_13/target/product/z3/obj/STATIC_LIBRARIES/libbinder_intermediates/Debug.o] Error 1
  12. make: *** Waiting for unfinished jobs....
  13.  
  14. #### make failed to build some targets (58 seconds) ####
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement