Advertisement
playfulgod

Untitled

May 11th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.03 KB | None | 0 0
  1. target thumb C: recovery <= bootable/recovery/nandroid.c
  2. bootable/recovery/ui.c: In function 'draw_screen_locked':
  3. bootable/recovery/ui.c:284:13: warning: implicit declaration of function 'get_batt_stats' [-Wimplicit-function-declaration]
  4. bootable/recovery/ui.c: At top level:
  5. bootable/recovery/ui.c:845:44: warning: missing initializer [-Wmissing-field-initializers]
  6. bootable/recovery/ui.c:845:44: warning: (near initialization for '(anonymous).tv_usec') [-Wmissing-field-initializers]
  7. bootable/recovery/ui.c: In function 'ui_wait_key':
  8. bootable/recovery/ui.c:1045:5: warning: implicit declaration of function 'ui_wait_key_with_repeat' [-Wimplicit-function-declaration]
  9. bootable/recovery/ui.c: In function 'get_batt_stats':
  10. bootable/recovery/ui.c:1229:5: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  11. bootable/recovery/ui.c:1232:5: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  12. bootable/recovery/ui.c: In function 'ui_rainbow_mode':
  13. bootable/recovery/ui.c:1259:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  14. target thumb C: recovery <= bootable/recovery/../../system/core/toolbox/reboot.c
  15. bootable/recovery/roots.c: In function 'parse_options':
  16. bootable/recovery/roots.c:61:5: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  17. bootable/recovery/roots.c: In function 'try_mount':
  18. bootable/recovery/roots.c:187:42: fatal error: ../../../OUDHS-addons/exfat1.c: No such file or directory
  19. compilation terminated.
  20. make: *** [/media/playfulgod/Android1/CM10.1/out/target/product/vu2kt/obj/EXECUTABLES/recovery_intermediates/roots.o] Error 1
  21. make: *** Waiting for unfinished jobs....
  22. bootable/recovery/extendedcommands.c: In function 'gather_files':
  23. bootable/recovery/extendedcommands.c:226:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  24. bootable/recovery/extendedcommands.c: In function 'choose_file_menu':
  25. bootable/recovery/extendedcommands.c:309:34: warning: initialization from incompatible pointer type [enabled by default]
  26. bootable/recovery/extendedcommands.c:346:13: warning: passing argument 1 of 'get_menu_selection' from incompatible pointer type [enabled by default]
  27. bootable/recovery/recovery_ui.h:98:1: note: expected 'char **' but argument is of type 'char const **'
  28. bootable/recovery/extendedcommands.c: In function 'show_choose_zip_menu':
  29. bootable/recovery/extendedcommands.c:386:5: warning: passing argument 3 of 'choose_file_menu' from incompatible pointer type [enabled by default]
  30. bootable/recovery/extendedcommands.c:294:7: note: expected 'char const **' but argument is of type 'char **'
  31. bootable/recovery/extendedcommands.c: In function 'show_nandroid_restore_menu':
  32. bootable/recovery/extendedcommands.c:410:5: warning: passing argument 3 of 'choose_file_menu' from incompatible pointer type [enabled by default]
  33. bootable/recovery/extendedcommands.c:294:7: note: expected 'char const **' but argument is of type 'char **'
  34. bootable/recovery/extendedcommands.c: In function 'show_nandroid_delete_menu':
  35. bootable/recovery/extendedcommands.c:432:5: warning: passing argument 3 of 'choose_file_menu' from incompatible pointer type [enabled by default]
  36. bootable/recovery/extendedcommands.c:294:7: note: expected 'char const **' but argument is of type 'char **'
  37. bootable/recovery/extendedcommands.c: In function 'confirm_selection':
  38. bootable/recovery/extendedcommands.c:609:5: warning: initialization discards 'const' qualifier from pointer target type [enabled by default]
  39. bootable/recovery/extendedcommands.c:616:25: warning: initialization discards 'const' qualifier from pointer target type [enabled by default]
  40. bootable/recovery/extendedcommands.c:623:25: warning: initialization discards 'const' qualifier from pointer target type [enabled by default]
  41. bootable/recovery/extendedcommands.c: In function 'format_unknown_device':
  42. bootable/recovery/extendedcommands.c:745:13: warning: implicit declaration of function 'format_ext3_device' [-Wimplicit-function-declaration]
  43. bootable/recovery/extendedcommands.c:754:13: warning: implicit declaration of function 'format_ext2_device' [-Wimplicit-function-declaration]
  44. bootable/recovery/extendedcommands.c: In function 'show_partition_menu':
  45. bootable/recovery/extendedcommands.c:863:13: warning: passing argument 1 of 'sprintf' from incompatible pointer type [enabled by default]
  46. bionic/libc/include/stdio.h:515:5: note: expected 'char *' but argument is of type 'char (*)[255]'
  47. bootable/recovery/extendedcommands.c:864:13: warning: passing argument 1 of 'sprintf' from incompatible pointer type [enabled by default]
  48. bionic/libc/include/stdio.h:515:5: note: expected 'char *' but argument is of type 'char (*)[255]'
  49. bootable/recovery/extendedcommands.c:867:13: warning: passing argument 1 of 'is_safe_to_format' discards 'const' qualifier from pointer target type [enabled by default]
  50. bootable/recovery/extendedcommands.c:813:5: note: expected 'char *' but argument is of type 'char const *'
  51. bootable/recovery/extendedcommands.c:868:17: warning: passing argument 1 of 'sprintf' from incompatible pointer type [enabled by default]
  52. bionic/libc/include/stdio.h:515:5: note: expected 'char *' but argument is of type 'char (*)[255]'
  53. bootable/recovery/extendedcommands.c:873:9: warning: passing argument 1 of 'is_safe_to_format' discards 'const' qualifier from pointer target type [enabled by default]
  54. bootable/recovery/extendedcommands.c:813:5: note: expected 'char *' but argument is of type 'char const *'
  55. bootable/recovery/extendedcommands.c:875:13: warning: passing argument 1 of 'sprintf' from incompatible pointer type [enabled by default]
  56. bionic/libc/include/stdio.h:515:5: note: expected 'char *' but argument is of type 'char (*)[255]'
  57. bootable/recovery/extendedcommands.c:891:13: warning: implicit declaration of function 'is_path_mounted' [-Wimplicit-function-declaration]
  58. bootable/recovery/extendedcommands.c:913:9: warning: passing argument 2 of 'get_menu_selection' from incompatible pointer type [enabled by default]
  59. bootable/recovery/recovery_ui.h:98:1: note: expected 'char **' but argument is of type 'char * (*)[255]'
  60. bootable/recovery/extendedcommands.c: In function 'show_nandroid_advanced_restore_menu':
  61. bootable/recovery/extendedcommands.c:987:5: warning: passing argument 3 of 'choose_file_menu' from incompatible pointer type [enabled by default]
  62. bootable/recovery/extendedcommands.c:294:7: note: expected 'char const **' but argument is of type 'char **'
  63. bootable/recovery/extendedcommands.c: In function 'show_nandroid_menu':
  64. bootable/recovery/extendedcommands.c:1144:25: warning: format '%d' expects argument of type 'int', but argument 3 has type 'time_t' [-Wformat]
  65. bootable/recovery/extendedcommands.c:1182:29: warning: format '%d' expects argument of type 'int', but argument 4 has type 'time_t' [-Wformat]
  66. bootable/recovery/extendedcommands.c: In function 'partition_sdcard':
  67. bootable/recovery/extendedcommands.c:1229:5: warning: implicit declaration of function 'can_partition' [-Wimplicit-function-declaration]
  68. bootable/recovery/extendedcommands.c:1264:44: warning: assignment makes integer from pointer without a cast [enabled by default]
  69. bootable/recovery/extendedcommands.c: In function 'process_volumes':
  70. bootable/recovery/extendedcommands.c:1486:5: warning: format '%d' expects argument of type 'int', but argument 3 has type 'time_t' [-Wformat]
  71. bootable/recovery/nandroid.c: In function 'nandroid_generate_timestamp_path':
  72. bootable/recovery/nandroid.c:50:9: warning: passing argument 1 of 'sprintf' discards 'const' qualifier from pointer target type [enabled by default]
  73. bionic/libc/include/stdio.h:515:5: note: expected 'char *' but argument is of type 'char const *'
  74. bootable/recovery/nandroid.c:50:9: warning: format '%d' expects argument of type 'int', but argument 3 has type 'time_t' [-Wformat]
  75. bootable/recovery/nandroid.c:54:9: warning: passing argument 1 of 'strftime' discards 'const' qualifier from pointer target type [enabled by default]
  76. bionic/libc/include/time.h:80:15: note: expected 'char *' but argument is of type 'char const *'
  77. bootable/recovery/nandroid.c: In function 'nandroid_callback':
  78. bootable/recovery/nandroid.c:81:30: warning: assignment makes integer from pointer without a cast [enabled by default]
  79. bootable/recovery/nandroid.c: In function 'mkyaffs2image_wrapper':
  80. bootable/recovery/nandroid.c:114:5: warning: implicit declaration of function '__popen' [-Wimplicit-function-declaration]
  81. bootable/recovery/nandroid.c:114:16: warning: initialization makes pointer from integer without a cast [enabled by default]
  82. bootable/recovery/nandroid.c:121:23: warning: assignment makes integer from pointer without a cast [enabled by default]
  83. bootable/recovery/nandroid.c:126:5: warning: implicit declaration of function '__pclose' [-Wimplicit-function-declaration]
  84. bootable/recovery/nandroid.c: In function 'tar_compress_wrapper':
  85. bootable/recovery/nandroid.c:133:16: warning: initialization makes pointer from integer without a cast [enabled by default]
  86. bootable/recovery/nandroid.c:140:23: warning: assignment makes integer from pointer without a cast [enabled by default]
  87. bootable/recovery/nandroid.c: In function 'dedupe_compress_wrapper':
  88. bootable/recovery/nandroid.c:181:16: warning: initialization makes pointer from integer without a cast [enabled by default]
  89. bootable/recovery/nandroid.c:188:23: warning: assignment makes integer from pointer without a cast [enabled by default]
  90. bootable/recovery/nandroid.c: In function 'refresh_default_backup_handler':
  91. bootable/recovery/nandroid.c:216:12: warning: assignment makes integer from pointer without a cast [enabled by default]
  92. bootable/recovery/nandroid.c: In function 'get_backup_handler':
  93. bootable/recovery/nandroid.c:238:25: warning: initialization discards 'const' qualifier from pointer target type [enabled by default]
  94. bootable/recovery/nandroid.c: In function 'nandroid_backup_partition_extended':
  95. bootable/recovery/nandroid.c:279:12: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
  96. bootable/recovery/nandroid.c: In function 'nandroid_backup':
  97. bootable/recovery/nandroid.c:365:5: warning: passing argument 2 of 'stat' from incompatible pointer type [enabled by default]
  98. bionic/libc/include/sys/stat.h:119:12: note: expected 'struct stat *' but argument is of type 'struct statfs *'
  99. bootable/recovery/nandroid.c:388:5: warning: passing argument 2 of 'stat' from incompatible pointer type [enabled by default]
  100. bionic/libc/include/sys/stat.h:119:12: note: expected 'struct stat *' but argument is of type 'struct statfs *'
  101. bootable/recovery/nandroid.c:400:5: warning: passing argument 2 of 'stat' from incompatible pointer type [enabled by default]
  102. bionic/libc/include/sys/stat.h:119:12: note: expected 'struct stat *' but argument is of type 'struct statfs *'
  103. bootable/recovery/nandroid.c: In function 'unyaffs_wrapper':
  104. bootable/recovery/nandroid.c:433:16: warning: initialization makes pointer from integer without a cast [enabled by default]
  105. bootable/recovery/nandroid.c:440:23: warning: assignment makes integer from pointer without a cast [enabled by default]
  106. bootable/recovery/nandroid.c: In function 'tar_extract_wrapper':
  107. bootable/recovery/nandroid.c:451:16: warning: initialization makes pointer from integer without a cast [enabled by default]
  108. bootable/recovery/nandroid.c:458:23: warning: assignment makes integer from pointer without a cast [enabled by default]
  109. bootable/recovery/nandroid.c: In function 'dedupe_extract_wrapper':
  110. bootable/recovery/nandroid.c:478:16: warning: initialization makes pointer from integer without a cast [enabled by default]
  111. bootable/recovery/nandroid.c: In function 'get_restore_handler':
  112. bootable/recovery/nandroid.c:499:25: warning: initialization discards 'const' qualifier from pointer target type [enabled by default]
  113. bootable/recovery/nandroid.c: In function 'nandroid_restore_partition_extended':
  114. bootable/recovery/nandroid.c:539:5: warning: passing argument 2 of 'statfs' from incompatible pointer type [enabled by default]
  115. bionic/libc/include/sys/vfs.h:114:12: note: expected 'struct statfs *' but argument is of type 'struct stat *'
  116. bootable/recovery/nandroid.c:545:28: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
  117. bootable/recovery/nandroid.c:547:13: warning: passing argument 2 of 'statfs' from incompatible pointer type [enabled by default]
  118. bionic/libc/include/sys/vfs.h:114:12: note: expected 'struct statfs *' but argument is of type 'struct stat *'
  119. bootable/recovery/nandroid.c:553:13: warning: passing argument 2 of 'statfs' from incompatible pointer type [enabled by default]
  120. bionic/libc/include/sys/vfs.h:114:12: note: expected 'struct statfs *' but argument is of type 'struct stat *'
  121. bootable/recovery/nandroid.c:559:13: warning: passing argument 2 of 'statfs' from incompatible pointer type [enabled by default]
  122. bionic/libc/include/sys/vfs.h:114:12: note: expected 'struct statfs *' but argument is of type 'struct stat *'
  123. bootable/recovery/nandroid.c:602:5: warning: implicit declaration of function 'format_device' [-Wimplicit-function-declaration]
  124. make: *** wait: No child processes. Stop.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement