Advertisement
Guest User

Untitled

a guest
Oct 18th, 2016
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 124.19 KB | None | 0 0
  1. external/bash/subst.c:9123:12: warning: 'e' may be used uninitialized in this function [-Wmaybe-uninitialized]
  2. e->next = tresult;
  3. ^
  4. external/bash/subst.c: In function 'parameter_brace_substring':
  5. external/bash/subst.c:6587:7: warning: 'e2' may be used uninitialized in this function [-Wmaybe-uninitialized]
  6. temp = array_subrange (array_cell (v), e1, e2, starsub, quoted);
  7. ^
  8. external/bash/subst.c:6306:9: warning: 'a' may be used uninitialized in this function [-Wmaybe-uninitialized]
  9. len = assoc_p (v) ? assoc_num_elements (h) : array_num_elements (a);
  10. ^
  11. external/bash/subst.c:6246:9: note: 'a' was declared here
  12. ARRAY *a;
  13. ^
  14. external/bash/subst.c:6306:9: warning: 'h' may be used uninitialized in this function [-Wmaybe-uninitialized]
  15. len = assoc_p (v) ? assoc_num_elements (h) : array_num_elements (a);
  16. ^
  17. external/bash/subst.c:6247:14: note: 'h' was declared here
  18. HASH_TABLE *h;
  19. ^
  20. In file included from external/bash/shell.h:39:0,
  21. from external/bash/subst.c:44:
  22. external/bash/subst.c: In function 'param_expand':
  23. external/bash/subst.h:316:42: warning: 'temp' may be used uninitialized in this function [-Wmaybe-uninitialized]
  24. #define QUOTED_NULL(string) ((string)[0] == CTLNUL && (string)[1] == '\0')
  25. ^
  26. external/bash/subst.c:6976:15: note: 'temp' was declared here
  27. char *val, *temp, *pat, *p, *lpat, *tt;
  28. ^
  29. In file included from external/bash/shell.h:39:0,
  30. from external/bash/subst.c:44:
  31. external/bash/subst.h:316:42: warning: 'temp' may be used uninitialized in this function [-Wmaybe-uninitialized]
  32. #define QUOTED_NULL(string) ((string)[0] == CTLNUL && (string)[1] == '\0')
  33. ^
  34. external/bash/subst.c:6785:15: note: 'temp' was declared here
  35. char *val, *temp, *pat, *rep, *p, *lpatsub, *tt;
  36. ^
  37. external/bash/subst.c:7011:11: warning: 'modspec' may be used uninitialized in this function [-Wmaybe-uninitialized]
  38. else if (modspec == '~')
  39. ^
  40. external/bash/subst.c:7133:34: note: 'modspec' was declared here
  41. int t_index, sindex, c, tflag, modspec;
  42. ^
  43. In file included from external/bash/shell.h:29:0,
  44. from external/bash/subst.c:44:
  45. external/bash/subst.c: In function 'parameter_brace_expand_length':
  46. external/bash/general.h:152:25: warning: 't' may be used uninitialized in this function [-Wmaybe-uninitialized]
  47. #define STRLEN(s) (((s) && (s)[0]) ? ((s)[1] ? ((s)[2] ? strlen(s) : 2) : 1) : 0)
  48. ^
  49. external/bash/subst.c:6085:9: note: 't' was declared here
  50. char *t, *newname;
  51. ^
  52. ^[[32mtarget thumb C:^[[0m bash <= external/bash/hashlib.c
  53. ^[[32mtarget thumb C:^[[0m bash <= external/bash/mailcheck.c
  54. external/bash/hashlib.c: In function 'hash_remove':
  55. external/bash/hashlib.c:214:10: warning: unused parameter 'flags' [-Wunused-parameter]
  56. int flags;
  57. ^
  58. ^[[32mtarget thumb C:^[[0m bash <= external/bash/trap.c
  59. external/bash/mailcheck.c: In function 'file_mod_date_changed':
  60. external/bash/mailcheck.c:274:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  61. return (mtime < finfo.st_mtime);
  62. ^
  63. external/bash/mailcheck.c: In function 'file_access_date_changed':
  64. external/bash/mailcheck.c:298:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  65. return (atime < finfo.st_atime);
  66. ^
  67. external/bash/mailcheck.c: In function 'remember_mail_dates':
  68. external/bash/mailcheck.c:394:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  69. while (mailfile = extract_colon_unit (mailpaths, &i))
  70. ^
  71. external/bash/mailcheck.c: In function 'check_mail':
  72. external/bash/mailcheck.c:439:12: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
  73. message = mailfiles[i]->msg ? mailfiles[i]->msg : _("You have mail in $_");
  74. ^
  75. external/bash/mailcheck.c:464:14: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
  76. message = _("You have new mail in $_");
  77. ^
  78. external/bash/mailcheck.c:468:4: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  79. if (temp = expand_string_to_string (message, Q_DOUBLE_QUOTES))
  80. ^
  81. external/bash/trap.c: In function 'signal_name':
  82. external/bash/trap.c:216:7: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
  83. ret = (sig >= BASH_NSIG || sig < 0 || signal_names[sig] == NULL)
  84. ^
  85. external/bash/trap.c: In function 'run_pending_traps':
  86. external/bash/trap.c:317:18: warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
  87. /*continue*/;
  88. ^
  89. external/bash/trap.c: In function 'run_exit_trap':
  90. external/bash/trap.c:813:28: warning: variable 'retval' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
  91. int code, function_code, retval;
  92. ^
  93. ^[[32mtarget thumb C:^[[0m bash <= external/bash/input.c
  94. ^[[32mtarget thumb C:^[[0m bash <= external/bash/unwind_prot.c
  95. external/bash/input.c: In function 'ungetc_with_restart':
  96. external/bash/input.c:125:12: warning: unused parameter 'stream' [-Wunused-parameter]
  97. FILE *stream;
  98. ^
  99. ^[[32mtarget thumb C:^[[0m bash <= external/bash/pathexp.c
  100. external/bash/unwind_prot.c: In function 'remove_unwind_protect_internal':
  101. external/bash/unwind_prot.c:208:12: warning: unused parameter 'ignore1' [-Wunused-parameter]
  102. char *ignore1, *ignore2;
  103. ^
  104. external/bash/unwind_prot.c:208:22: warning: unused parameter 'ignore2' [-Wunused-parameter]
  105. char *ignore1, *ignore2;
  106. ^
  107. external/bash/unwind_prot.c: In function 'run_unwind_protects_internal':
  108. external/bash/unwind_prot.c:222:12: warning: unused parameter 'ignore1' [-Wunused-parameter]
  109. char *ignore1, *ignore2;
  110. ^
  111. external/bash/unwind_prot.c:222:22: warning: unused parameter 'ignore2' [-Wunused-parameter]
  112. char *ignore1, *ignore2;
  113. ^
  114. external/bash/unwind_prot.c: In function 'clear_unwind_protects_internal':
  115. external/bash/unwind_prot.c:229:19: warning: unused parameter 'ignore' [-Wunused-parameter]
  116. char *flag, *ignore;
  117. ^
  118. external/bash/unwind_prot.c: In function 'unwind_frame_discard_internal':
  119. external/bash/unwind_prot.c:247:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  120. while (elt = unwind_protect_list)
  121. ^
  122. external/bash/unwind_prot.c:241:18: warning: unused parameter 'ignore' [-Wunused-parameter]
  123. char *tag, *ignore;
  124. ^
  125. external/bash/unwind_prot.c: In function 'unwind_frame_run_internal':
  126. external/bash/unwind_prot.c:282:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  127. while (elt = unwind_protect_list)
  128. ^
  129. external/bash/unwind_prot.c:276:18: warning: unused parameter 'ignore' [-Wunused-parameter]
  130. char *tag, *ignore;
  131. ^
  132. ^[[32mtarget thumb C:^[[0m bash <= external/bash/sig.c
  133. external/bash/pathexp.c: In function 'unquoted_glob_pattern_p':
  134. external/bash/pathexp.c:75:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  135. while (c = *string++)
  136. ^
  137. In file included from external/bash/pathexp.c:36:0:
  138. external/bash/pathexp.c: In function 'quote_globbing_chars':
  139. external/bash/include/shmbutil.h:287:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  140. for (_k = 0; _k < mblength; _k++) \
  141. ^
  142. external/bash/pathexp.c:333:7: note: in expansion of macro 'COPY_CHAR_P'
  143. COPY_CHAR_P (t, s, send);
  144. ^
  145. external/bash/pathexp.c: In function 'setup_ignore_patterns':
  146. external/bash/pathexp.c:592:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  147. while (colon_bit = split_ignorespec (this_ignoreval, &ptr))
  148. ^
  149. ^[[32mtarget thumb C:^[[0m bash <= external/bash/test.c
  150. external/bash/sig.c: In function 'initialize_signals':
  151. external/bash/sig.c:108:10: warning: unused parameter 'reinit' [-Wunused-parameter]
  152. int reinit;
  153. ^
  154. external/bash/sig.c: In function 'initialize_terminating_signals':
  155. external/bash/sig.c:252:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  156. for (i = 0; i < TERMSIGS_LENGTH; i++)
  157. ^
  158. external/bash/sig.c:254:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  159. for (i = 0; i < TERMSIGS_LENGTH; i++)
  160. ^
  161. external/bash/sig.c: In function 'reset_terminating_signals':
  162. external/bash/sig.c:349:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  163. for (i = 0; i < TERMSIGS_LENGTH; i++)
  164. ^
  165. external/bash/sig.c: In function 'sigwinch_sighandler':
  166. external/bash/sig.c:634:10: warning: unused parameter 'sig' [-Wunused-parameter]
  167. int sig;
  168. ^
  169. external/bash/sig.c: In function 'sigterm_sighandler':
  170. external/bash/sig.c:662:10: warning: unused parameter 'sig' [-Wunused-parameter]
  171. int sig;
  172. ^
  173. ^[[32mtarget thumb C:^[[0m bash <= external/bash/version.c
  174. In file included from external/bash/test.c:53:0:
  175. external/bash/include/stat-time.h: In function 'get_stat_atime_ns':
  176. external/bash/include/stat-time.h:65:39: warning: unused parameter 'st' [-Wunused-parameter]
  177. get_stat_atime_ns (struct stat const *st)
  178. ^
  179. external/bash/include/stat-time.h: In function 'get_stat_ctime_ns':
  180. external/bash/include/stat-time.h:78:39: warning: unused parameter 'st' [-Wunused-parameter]
  181. get_stat_ctime_ns (struct stat const *st)
  182. ^
  183. external/bash/include/stat-time.h: In function 'get_stat_mtime_ns':
  184. external/bash/include/stat-time.h:91:39: warning: unused parameter 'st' [-Wunused-parameter]
  185. get_stat_mtime_ns (struct stat const *st)
  186. ^
  187. external/bash/test.c: In function 'beyond':
  188. external/bash/test.c:147:3: warning: passing argument 1 of 'test_syntax_error' discards 'const' qualifier from pointer target type [enabled by default]
  189. test_syntax_error (_("argument expected"), (char *)NULL);
  190. ^
  191. external/bash/test.c:133:1: note: expected 'char *' but argument is of type 'const char *'
  192. test_syntax_error (format, arg)
  193. ^
  194. external/bash/test.c: In function 'integer_expected_error':
  195. external/bash/test.c:156:3: warning: passing argument 1 of 'test_syntax_error' discards 'const' qualifier from pointer target type [enabled by default]
  196. test_syntax_error (_("%s: integer expression expected"), pch);
  197. ^
  198. external/bash/test.c:133:1: note: expected 'char *' but argument is of type 'const char *'
  199. test_syntax_error (format, arg)
  200. ^
  201. external/bash/test.c: In function 'term':
  202. external/bash/test.c:264:2: warning: passing argument 1 of 'test_syntax_error' discards 'const' qualifier from pointer target type [enabled by default]
  203. test_syntax_error (_("`)' expected"), (char *)NULL);
  204. ^
  205. external/bash/test.c:133:1: note: expected 'char *' but argument is of type 'const char *'
  206. test_syntax_error (format, arg)
  207. ^
  208. external/bash/test.c:266:2: warning: passing argument 1 of 'test_syntax_error' discards 'const' qualifier from pointer target type [enabled by default]
  209. test_syntax_error (_("`)' expected, found %s"), argv[pos]);
  210. ^
  211. external/bash/test.c:133:1: note: expected 'char *' but argument is of type 'const char *'
  212. test_syntax_error (format, arg)
  213. ^
  214. external/bash/test.c:281:2: warning: passing argument 1 of 'test_syntax_error' discards 'const' qualifier from pointer target type [enabled by default]
  215. test_syntax_error (_("%s: unary operator expected"), argv[pos]);
  216. ^
  217. external/bash/test.c:133:1: note: expected 'char *' but argument is of type 'const char *'
  218. test_syntax_error (format, arg)
  219. ^
  220. external/bash/test.c: In function 'binary_operator':
  221. external/bash/test.c:468:7: warning: passing argument 1 of 'test_syntax_error' discards 'const' qualifier from pointer target type [enabled by default]
  222. test_syntax_error (_("%s: binary operator expected"), w);
  223. ^
  224. external/bash/test.c:133:1: note: expected 'char *' but argument is of type 'const char *'
  225. test_syntax_error (format, arg)
  226. ^
  227. external/bash/test.c: In function 'two_arguments':
  228. external/bash/test.c:743:2: warning: passing argument 1 of 'test_syntax_error' discards 'const' qualifier from pointer target type [enabled by default]
  229. test_syntax_error (_("%s: unary operator expected"), argv[pos]);
  230. ^
  231. external/bash/test.c:133:1: note: expected 'char *' but argument is of type 'const char *'
  232. test_syntax_error (format, arg)
  233. ^
  234. external/bash/test.c:746:5: warning: passing argument 1 of 'test_syntax_error' discards 'const' qualifier from pointer target type [enabled by default]
  235. test_syntax_error (_("%s: unary operator expected"), argv[pos]);
  236. ^
  237. external/bash/test.c:133:1: note: expected 'char *' but argument is of type 'const char *'
  238. test_syntax_error (format, arg)
  239. ^
  240. external/bash/test.c: In function 'three_arguments':
  241. external/bash/test.c:786:5: warning: passing argument 1 of 'test_syntax_error' discards 'const' qualifier from pointer target type [enabled by default]
  242. test_syntax_error (_("%s: binary operator expected"), argv[pos+1]);
  243. ^
  244. external/bash/test.c:133:1: note: expected 'char *' but argument is of type 'const char *'
  245. test_syntax_error (format, arg)
  246. ^
  247. external/bash/test.c: In function 'test_command':
  248. external/bash/test.c:861:2: warning: passing argument 1 of 'test_syntax_error' discards 'const' qualifier from pointer target type [enabled by default]
  249. test_syntax_error (_("missing `]'"), (char *)NULL);
  250. ^
  251. external/bash/test.c:133:1: note: expected 'char *' but argument is of type 'const char *'
  252. test_syntax_error (format, arg)
  253. ^
  254. external/bash/test.c:877:5: warning: passing argument 1 of 'test_syntax_error' discards 'const' qualifier from pointer target type [enabled by default]
  255. test_syntax_error (_("too many arguments"), (char *)NULL);
  256. ^
  257. external/bash/test.c:133:1: note: expected 'char *' but argument is of type 'const char *'
  258. test_syntax_error (format, arg)
  259. ^
  260. In file included from external/bash/test.c:53:0:
  261. external/bash/test.c: In function 'filecomp':
  262. external/bash/include/stat-time.h:166:4: warning: 'ts2' may be used uninitialized in this function [-Wmaybe-uninitialized]
  263. : (int) (a.tv_nsec - b.tv_nsec)));
  264. ^
  265. external/bash/test.c:313:24: note: 'ts2' was declared here
  266. struct timespec ts1, ts2;
  267. ^
  268. In file included from external/bash/test.c:53:0:
  269. external/bash/include/stat-time.h:166:4: warning: 'ts1' may be used uninitialized in this function [-Wmaybe-uninitialized]
  270. : (int) (a.tv_nsec - b.tv_nsec)));
  271. ^
  272. external/bash/test.c:313:19: note: 'ts1' was declared here
  273. struct timespec ts1, ts2;
  274. ^
  275. external/bash/test.c: In function 'test_command':
  276. external/bash/test.c:841:10: warning: argument 'margc' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
  277. int margc;
  278. ^
  279. ^[[32mtarget thumb C:^[[0m bash <= external/bash/alias.c
  280. ^[[32mtarget thumb C:^[[0m bash <= external/bash/array.c
  281. ^[[32mtarget thumb C:^[[0m bash <= external/bash/arrayfunc.c
  282. ^[[32mtarget thumb C:^[[0m bash <= external/bash/assoc.c
  283. external/bash/arrayfunc.c: In function 'expand_compound_array_assignment':
  284. external/bash/arrayfunc.c:414:10: warning: unused parameter 'flags' [-Wunused-parameter]
  285. int flags;
  286. ^
  287. In file included from external/bash/arrayfunc.c:35:0:
  288. external/bash/arrayfunc.c: In function 'quote_assign':
  289. external/bash/include/shmbutil.h:287:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  290. for (_k = 0; _k < mblength; _k++) \
  291. ^
  292. external/bash/arrayfunc.c:680:7: note: in expansion of macro 'COPY_CHAR_P'
  293. COPY_CHAR_P (t, s, send);
  294. ^
  295. external/bash/arrayfunc.c: In function 'array_expand_index':
  296. external/bash/arrayfunc.c:850:17: warning: unused parameter 'var' [-Wunused-parameter]
  297. SHELL_VAR *var;
  298. ^
  299. external/bash/arrayfunc.c: In function 'array_value_internal':
  300. external/bash/arrayfunc.c:1077:9: warning: 'ind' may be used uninitialized in this function [-Wmaybe-uninitialized]
  301. retval = array_reference (array_cell (var), ind);
  302. ^
  303. ^[[32mtarget thumb C:^[[0m bash <= external/bash/braces.c
  304. ^[[32mtarget thumb C:^[[0m bash <= external/bash/bracecomp.c
  305. external/bash/braces.c: In function 'expand_amble':
  306. external/bash/braces.c:284:10: warning: unused parameter 'flags' [-Wunused-parameter]
  307. int flags;
  308. ^
  309. external/bash/braces.c: In function 'mkseq':
  310. external/bash/braces.c:436:4: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  311. if (t = (char *)malloc (2))
  312. ^
  313. external/bash/braces.c: In function 'brace_gobbler':
  314. external/bash/braces.c:616:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  315. while (c = text[i])
  316. ^
  317. external/bash/braces.c: In function 'brace_expand':
  318. external/bash/braces.c:393:27: warning: 'tr' may be used uninitialized in this function [-Wmaybe-uninitialized]
  319. prevn = sh_imaxabs (end - start);
  320. ^
  321. external/bash/braces.c:480:16: note: 'tr' was declared here
  322. intmax_t tl, tr;
  323. ^
  324. ^[[32mtarget thumb C:^[[0m bash <= external/bash/bashhist.c
  325. external/bash/bracecomp.c: In function 'bash_brace_completion':
  326. external/bash/bracecomp.c:191:10: warning: unused parameter 'count' [-Wunused-parameter]
  327. int count, ignore;
  328. ^
  329. external/bash/bracecomp.c:191:17: warning: unused parameter 'ignore' [-Wunused-parameter]
  330. int count, ignore;
  331. ^
  332. ^[[32mtarget thumb C:^[[0m bash <= external/bash/bashline.c
  333. external/bash/bashhist.c: In function 'hc_erasedups':
  334. external/bash/bashhist.c:632:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  335. while (temp = previous_history ())
  336. ^
  337. external/bash/bashhist.c: In function 'setup_history_ignore':
  338. external/bash/bashhist.c:849:12: warning: unused parameter 'varname' [-Wunused-parameter]
  339. char *varname;
  340. ^
  341. ^[[32mtarget thumb C:^[[0m bash <= external/bash/list.c
  342. external/bash/bashline.c: In function 'display_shell_version':
  343. external/bash/bashline.c:671:10: warning: unused parameter 'count' [-Wunused-parameter]
  344. int count, c;
  345. ^
  346. external/bash/bashline.c:671:17: warning: unused parameter 'c' [-Wunused-parameter]
  347. int count, c;
  348. ^
  349. external/bash/bashline.c: In function 'snarf_hosts_from_file':
  350. external/bash/bashline.c:752:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  351. while (temp = fgets (buffer, 255, file))
  352. ^
  353. external/bash/bashline.c: In function 'operate_and_get_next':
  354. external/bash/bashline.c:905:10: warning: unused parameter 'count' [-Wunused-parameter]
  355. int count, c;
  356. ^
  357. external/bash/bashline.c: In function 'posix_edit_macros':
  358. external/bash/bashline.c:1023:10: warning: unused parameter 'count' [-Wunused-parameter]
  359. int count, key;
  360. ^
  361. external/bash/bashline.c:1023:17: warning: unused parameter 'key' [-Wunused-parameter]
  362. int count, key;
  363. ^
  364. external/bash/bashline.c: In function 'prog_complete_return':
  365. external/bash/bashline.c:1356:18: warning: unused parameter 'text' [-Wunused-parameter]
  366. const char *text;
  367. ^
  368. external/bash/bashline.c: In function 'attempt_shell_completion':
  369. external/bash/bashline.c:1483:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  370. while (was_assignment = assignment (n, 0));
  371. ^
  372. external/bash/bashline.c: In function 'command_word_completion_function':
  373. external/bash/bashline.c:1947:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  374. while (val = glob_matches[local_index++])
  375. ^
  376. external/bash/bashline.c: In function 'bash_servicename_completion_function':
  377. external/bash/bashline.c:2344:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  378. while (srvent = getservent ())
  379. ^
  380. external/bash/bashline.c: In function 'bash_groupname_completion_function':
  381. external/bash/bashline.c:2380:18: warning: unused parameter 'text' [-Wunused-parameter]
  382. const char *text;
  383. ^
  384. external/bash/bashline.c:2381:10: warning: unused parameter 'state' [-Wunused-parameter]
  385. int state;
  386. ^
  387. external/bash/bashline.c: In function 'alias_expand_line':
  388. external/bash/bashline.c:2512:10: warning: unused parameter 'count' [-Wunused-parameter]
  389. int count, ignore;
  390. ^
  391. external/bash/bashline.c:2512:17: warning: unused parameter 'ignore' [-Wunused-parameter]
  392. int count, ignore;
  393. ^
  394. external/bash/bashline.c: In function 'history_expand_line':
  395. external/bash/bashline.c:2535:10: warning: unused parameter 'count' [-Wunused-parameter]
  396. int count, ignore;
  397. ^
  398. external/bash/bashline.c:2535:17: warning: unused parameter 'ignore' [-Wunused-parameter]
  399. int count, ignore;
  400. ^
  401. external/bash/bashline.c: In function 'history_and_alias_expand_line':
  402. external/bash/bashline.c:2580:10: warning: unused parameter 'count' [-Wunused-parameter]
  403. int count, ignore;
  404. ^
  405. external/bash/bashline.c:2580:17: warning: unused parameter 'ignore' [-Wunused-parameter]
  406. int count, ignore;
  407. ^
  408. external/bash/bashline.c: In function 'shell_expand_line':
  409. external/bash/bashline.c:2618:10: warning: unused parameter 'count' [-Wunused-parameter]
  410. int count, ignore;
  411. ^
  412. external/bash/bashline.c:2618:17: warning: unused parameter 'ignore' [-Wunused-parameter]
  413. int count, ignore;
  414. ^
  415. external/bash/bashline.c: In function 'return_zero':
  416. external/bash/bashline.c:2864:18: warning: unused parameter 'name' [-Wunused-parameter]
  417. const char *name;
  418. ^
  419. external/bash/bashline.c: In function 'bash_filename_stat_hook':
  420. external/bash/bashline.c:3033:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  421. if (t = mbschr (local_dirname, '$'))
  422. ^
  423. external/bash/bashline.c:3035:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  424. else if (t = mbschr (local_dirname, '`')) /* XXX */
  425. ^
  426. external/bash/bashline.c: In function 'bash_directory_completion_hook':
  427. external/bash/bashline.c:3113:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  428. if (t = mbschr (local_dirname, '$'))
  429. ^
  430. external/bash/bashline.c:3164:8: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  431. for (i = j = 0; c = default_filename_quote_characters[i]; i++)
  432. ^
  433. external/bash/bashline.c: In function 'dynamic_complete_history':
  434. external/bash/bashline.c:3351:10: warning: unused parameter 'count' [-Wunused-parameter]
  435. int count, key;
  436. ^
  437. external/bash/bashline.c:3351:17: warning: unused parameter 'key' [-Wunused-parameter]
  438. int count, key;
  439. ^
  440. external/bash/bashline.c: In function 'bash_complete_username':
  441. external/bash/bashline.c:3421:10: warning: unused parameter 'ignore' [-Wunused-parameter]
  442. int ignore, ignore2;
  443. ^
  444. external/bash/bashline.c:3421:18: warning: unused parameter 'ignore2' [-Wunused-parameter]
  445. int ignore, ignore2;
  446. ^
  447. external/bash/bashline.c: In function 'bash_possible_username_completions':
  448. external/bash/bashline.c:3428:10: warning: unused parameter 'ignore' [-Wunused-parameter]
  449. int ignore, ignore2;
  450. ^
  451. external/bash/bashline.c:3428:18: warning: unused parameter 'ignore2' [-Wunused-parameter]
  452. int ignore, ignore2;
  453. ^
  454. external/bash/bashline.c: In function 'bash_complete_filename':
  455. external/bash/bashline.c:3442:10: warning: unused parameter 'ignore' [-Wunused-parameter]
  456. int ignore, ignore2;
  457. ^
  458. external/bash/bashline.c:3442:18: warning: unused parameter 'ignore2' [-Wunused-parameter]
  459. int ignore, ignore2;
  460. ^
  461. external/bash/bashline.c: In function 'bash_possible_filename_completions':
  462. external/bash/bashline.c:3449:10: warning: unused parameter 'ignore' [-Wunused-parameter]
  463. int ignore, ignore2;
  464. ^
  465. external/bash/bashline.c:3449:18: warning: unused parameter 'ignore2' [-Wunused-parameter]
  466. int ignore, ignore2;
  467. ^
  468. external/bash/bashline.c: In function 'bash_complete_hostname':
  469. external/bash/bashline.c:3491:10: warning: unused parameter 'ignore' [-Wunused-parameter]
  470. int ignore, ignore2;
  471. ^
  472. external/bash/bashline.c:3491:18: warning: unused parameter 'ignore2' [-Wunused-parameter]
  473. int ignore, ignore2;
  474. ^
  475. external/bash/bashline.c: In function 'bash_possible_hostname_completions':
  476. external/bash/bashline.c:3498:10: warning: unused parameter 'ignore' [-Wunused-parameter]
  477. int ignore, ignore2;
  478. ^
  479. external/bash/bashline.c:3498:18: warning: unused parameter 'ignore2' [-Wunused-parameter]
  480. int ignore, ignore2;
  481. ^
  482. external/bash/bashline.c: In function 'bash_complete_variable':
  483. external/bash/bashline.c:3505:10: warning: unused parameter 'ignore' [-Wunused-parameter]
  484. int ignore, ignore2;
  485. ^
  486. external/bash/bashline.c:3505:18: warning: unused parameter 'ignore2' [-Wunused-parameter]
  487. int ignore, ignore2;
  488. ^
  489. external/bash/bashline.c: In function 'bash_possible_variable_completions':
  490. external/bash/bashline.c:3512:10: warning: unused parameter 'ignore' [-Wunused-parameter]
  491. int ignore, ignore2;
  492. ^
  493. external/bash/bashline.c:3512:18: warning: unused parameter 'ignore2' [-Wunused-parameter]
  494. int ignore, ignore2;
  495. ^
  496. external/bash/bashline.c: In function 'bash_complete_command':
  497. external/bash/bashline.c:3519:10: warning: unused parameter 'ignore' [-Wunused-parameter]
  498. int ignore, ignore2;
  499. ^
  500. external/bash/bashline.c:3519:18: warning: unused parameter 'ignore2' [-Wunused-parameter]
  501. int ignore, ignore2;
  502. ^
  503. external/bash/bashline.c: In function 'bash_possible_command_completions':
  504. external/bash/bashline.c:3526:10: warning: unused parameter 'ignore' [-Wunused-parameter]
  505. int ignore, ignore2;
  506. ^
  507. external/bash/bashline.c:3526:18: warning: unused parameter 'ignore2' [-Wunused-parameter]
  508. int ignore, ignore2;
  509. ^
  510. external/bash/bashline.c: In function 'bash_glob_complete_word':
  511. external/bash/bashline.c:3624:10: warning: unused parameter 'count' [-Wunused-parameter]
  512. int count, key;
  513. ^
  514. external/bash/bashline.c:3624:17: warning: unused parameter 'key' [-Wunused-parameter]
  515. int count, key;
  516. ^
  517. external/bash/bashline.c: In function 'bash_glob_expand_word':
  518. external/bash/bashline.c:3642:10: warning: unused parameter 'count' [-Wunused-parameter]
  519. int count, key;
  520. ^
  521. external/bash/bashline.c:3642:17: warning: unused parameter 'key' [-Wunused-parameter]
  522. int count, key;
  523. ^
  524. external/bash/bashline.c: In function 'bash_glob_list_expansions':
  525. external/bash/bashline.c:3649:10: warning: unused parameter 'count' [-Wunused-parameter]
  526. int count, key;
  527. ^
  528. external/bash/bashline.c:3649:17: warning: unused parameter 'key' [-Wunused-parameter]
  529. int count, key;
  530. ^
  531. external/bash/bashline.c: In function 'bash_dequote_filename':
  532. external/bash/bashline.c:3763:4: warning: array subscript has type 'char' [-Wchar-subscripts]
  533. else if (quoted == '"' && ((sh_syntaxtab[p[1]] & CBSDQUOTE) == 0))
  534. ^
  535. external/bash/bashline.c: In function 'set_filename_bstab':
  536. external/bash/bashline.c:3836:5: warning: array subscript has type 'char' [-Wchar-subscripts]
  537. filename_bstab[*s] = 1;
  538. ^
  539. external/bash/bashline.c: In function 'bash_execute_unix_command':
  540. external/bash/bashline.c:3961:10: warning: unused parameter 'count' [-Wunused-parameter]
  541. int count; /* ignored */
  542. ^
  543. external/bash/bashline.c:3962:10: warning: unused parameter 'key' [-Wunused-parameter]
  544. int key;
  545. ^
  546. external/bash/bashline.c: In function 'isolate_sequence':
  547. external/bash/bashline.c:4081:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  548. for (passc = 0; c = string[i]; i++)
  549. ^
  550. external/bash/bashline.c: In function '_ignore_completion_names':
  551. external/bash/bashline.c:2772:7: warning: 'oldnames' may be used uninitialized in this function [-Wmaybe-uninitialized]
  552. free (oldnames[--oidx]);
  553. ^
  554. ^[[32mtarget thumb C:^[[0m bash <= external/bash/stringlib.c
  555. external/bash/stringlib.c: In function 'find_token_in_alist':
  556. external/bash/stringlib.c:81:10: warning: unused parameter 'flags' [-Wunused-parameter]
  557. int flags;
  558. ^
  559. ^[[32mtarget thumb C:^[[0m bash <= external/bash/locale.c
  560. ^[[32mtarget thumb C:^[[0m bash <= external/bash/findcmd.c
  561. external/bash/locale.c: In function 'set_lang':
  562. external/bash/locale.c:272:12: warning: unused parameter 'var' [-Wunused-parameter]
  563. char *var, *value;
  564. ^
  565. external/bash/locale.c: In function 'localetrans':
  566. external/bash/locale.c:399:16: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
  567. translated = dgettext (default_domain, string);
  568. ^
  569. ^[[32mtarget thumb C:^[[0m bash <= external/bash/redir.c
  570. external/bash/findcmd.c: In function '_find_user_command_internal':
  571. external/bash/findcmd.c:239:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  572. if (var = find_variable_tempenv ("PATH")) /* XXX could be array? */
  573. ^
  574. external/bash/findcmd.c: In function 'find_in_path_element':
  575. external/bash/findcmd.c:475:17: warning: unused parameter 'name_len' [-Wunused-parameter]
  576. int flags, name_len;
  577. ^
  578. ^[[32mtarget thumb C:^[[0m bash <= external/bash/pcomplete.c
  579. external/bash/redir.c: In function 'redirection_error':
  580. external/bash/redir.c:123:14: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
  581. filename = _("file descriptor out of range");
  582. ^
  583. external/bash/redir.c:170:14: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
  584. filename = _("file descriptor out of range");
  585. ^
  586. external/bash/redir.c: In function 'redir_special_open':
  587. external/bash/redir.c:541:10: warning: unused parameter 'flags' [-Wunused-parameter]
  588. int flags, mode;
  589. ^
  590. external/bash/redir.c:541:17: warning: unused parameter 'mode' [-Wunused-parameter]
  591. int flags, mode;
  592. ^
  593. external/bash/redir.c:542:25: warning: unused parameter 'ri' [-Wunused-parameter]
  594. enum r_instruction ri;
  595. ^
  596. external/bash/redir.c: In function 'noclobber_open':
  597. external/bash/redir.c:599:25: warning: unused parameter 'ri' [-Wunused-parameter]
  598. enum r_instruction ri;
  599. ^
  600. external/bash/redir.c: In function 'do_redirection_internal':
  601. external/bash/redir.c:755:4: warning: enumeration value 'r_output_direction' not handled in switch [-Wswitch]
  602. switch (ri)
  603. ^
  604. external/bash/redir.c:755:4: warning: enumeration value 'r_input_direction' not handled in switch [-Wswitch]
  605. external/bash/redir.c:755:4: warning: enumeration value 'r_inputa_direction' not handled in switch [-Wswitch]
  606. external/bash/redir.c:755:4: warning: enumeration value 'r_appending_to' not handled in switch [-Wswitch]
  607. external/bash/redir.c:755:4: warning: enumeration value 'r_reading_until' not handled in switch [-Wswitch]
  608. external/bash/redir.c:755:4: warning: enumeration value 'r_reading_string' not handled in switch [-Wswitch]
  609. external/bash/redir.c:755:4: warning: enumeration value 'r_duplicating_input' not handled in switch [-Wswitch]
  610. external/bash/redir.c:755:4: warning: enumeration value 'r_duplicating_output' not handled in switch [-Wswitch]
  611. external/bash/redir.c:755:4: warning: enumeration value 'r_deblank_reading_until' not handled in switch [-Wswitch]
  612. external/bash/redir.c:755:4: warning: enumeration value 'r_close_this' not handled in switch [-Wswitch]
  613. external/bash/redir.c:755:4: warning: enumeration value 'r_err_and_out' not handled in switch [-Wswitch]
  614. external/bash/redir.c:755:4: warning: enumeration value 'r_input_output' not handled in switch [-Wswitch]
  615. external/bash/redir.c:755:4: warning: enumeration value 'r_output_force' not handled in switch [-Wswitch]
  616. external/bash/redir.c:755:4: warning: enumeration value 'r_move_input' not handled in switch [-Wswitch]
  617. external/bash/redir.c:755:4: warning: enumeration value 'r_move_output' not handled in switch [-Wswitch]
  618. external/bash/redir.c:755:4: warning: enumeration value 'r_append_err_and_out' not handled in switch [-Wswitch]
  619. external/bash/redir.c:815:3: warning: enumeration value 'r_move_input_word' not handled in switch [-Wswitch]
  620. switch (ri)
  621. ^
  622. external/bash/redir.c:815:3: warning: enumeration value 'r_move_output_word' not handled in switch [-Wswitch]
  623. external/bash/redir.c: In function 'stdin_redirection':
  624. external/bash/redir.c:1299:3: warning: enumeration value 'r_move_input' not handled in switch [-Wswitch]
  625. switch (ri)
  626. ^
  627. external/bash/redir.c:1299:3: warning: enumeration value 'r_move_output' not handled in switch [-Wswitch]
  628. external/bash/redir.c:1299:3: warning: enumeration value 'r_move_input_word' not handled in switch [-Wswitch]
  629. external/bash/redir.c:1299:3: warning: enumeration value 'r_move_output_word' not handled in switch [-Wswitch]
  630. external/bash/redir.c: In function 'redir_varvalue':
  631. external/bash/redir.c:1373:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  632. if (vr = valid_array_reference (w))
  633. ^
  634. external/bash/redir.c: In function 'do_redirection_internal':
  635. external/bash/redir.c:832:20: warning: 'oflags' may be used uninitialized in this function [-Wmaybe-uninitialized]
  636. redirectee->flags = oflags;
  637. ^
  638. external/bash/redir.c:787:23: warning: 'new_redirect' may be used uninitialized in this function [-Wmaybe-uninitialized]
  639. if (new_redirect->instruction == r_err_and_out)
  640. ^
  641. ^[[32mtarget thumb C:^[[0m bash <= external/bash/pcomplib.c
  642. external/bash/pcomplete.c:159:1: warning: missing initializer for field 'genlist' of 'ITEMLIST' [-Wmissing-field-initializers]
  643. ITEMLIST it_aliases = { 0, it_init_aliases, (STRINGLIST *)0 };
  644. ^
  645. In file included from external/bash/pcomplete.c:47:0:
  646. external/bash/pcomplete.h:88:15: note: 'genlist' declared here
  647. STRINGLIST *genlist; /* for handing to the completion code one item at a time */
  648. ^
  649. external/bash/pcomplete.c:160:1: warning: missing initializer for field 'genlist' of 'ITEMLIST' [-Wmissing-field-initializers]
  650. ITEMLIST it_arrayvars = { LIST_DYNAMIC, it_init_arrayvars, (STRINGLIST *)0 };
  651. ^
  652. In file included from external/bash/pcomplete.c:47:0:
  653. external/bash/pcomplete.h:88:15: note: 'genlist' declared here
  654. STRINGLIST *genlist; /* for handing to the completion code one item at a time */
  655. ^
  656. external/bash/pcomplete.c:161:1: warning: missing initializer for field 'genlist' of 'ITEMLIST' [-Wmissing-field-initializers]
  657. ITEMLIST it_bindings = { 0, it_init_bindings, (STRINGLIST *)0 };
  658. ^
  659. In file included from external/bash/pcomplete.c:47:0:
  660. external/bash/pcomplete.h:88:15: note: 'genlist' declared here
  661. STRINGLIST *genlist; /* for handing to the completion code one item at a time */
  662. ^
  663. external/bash/pcomplete.c:162:1: warning: missing initializer for field 'genlist' of 'ITEMLIST' [-Wmissing-field-initializers]
  664. ITEMLIST it_builtins = { 0, it_init_builtins, (STRINGLIST *)0 };
  665. ^
  666. In file included from external/bash/pcomplete.c:47:0:
  667. external/bash/pcomplete.h:88:15: note: 'genlist' declared here
  668. STRINGLIST *genlist; /* for handing to the completion code one item at a time */
  669. ^
  670. external/bash/pcomplete.c:163:1: warning: missing initializer for field 'list_getter' of 'ITEMLIST' [-Wmissing-field-initializers]
  671. ITEMLIST it_commands = { LIST_DYNAMIC }; /* unused */
  672. ^
  673. In file included from external/bash/pcomplete.c:47:0:
  674. external/bash/pcomplete.h:83:9: note: 'list_getter' declared here
  675. int (*list_getter) __P((struct _list_of_items *)); /* function to call to get the list */
  676. ^
  677. external/bash/pcomplete.c:164:1: warning: missing initializer for field 'list_getter' of 'ITEMLIST' [-Wmissing-field-initializers]
  678. ITEMLIST it_directories = { LIST_DYNAMIC }; /* unused */
  679. ^
  680. In file included from external/bash/pcomplete.c:47:0:
  681. external/bash/pcomplete.h:83:9: note: 'list_getter' declared here
  682. int (*list_getter) __P((struct _list_of_items *)); /* function to call to get the list */
  683. ^
  684. external/bash/pcomplete.c:165:1: warning: missing initializer for field 'genlist' of 'ITEMLIST' [-Wmissing-field-initializers]
  685. ITEMLIST it_disabled = { 0, it_init_disabled, (STRINGLIST *)0 };
  686. ^
  687. In file included from external/bash/pcomplete.c:47:0:
  688. external/bash/pcomplete.h:88:15: note: 'genlist' declared here
  689. STRINGLIST *genlist; /* for handing to the completion code one item at a time */
  690. ^
  691. external/bash/pcomplete.c:166:1: warning: missing initializer for field 'genlist' of 'ITEMLIST' [-Wmissing-field-initializers]
  692. ITEMLIST it_enabled = { 0, it_init_enabled, (STRINGLIST *)0 };
  693. ^
  694. In file included from external/bash/pcomplete.c:47:0:
  695. external/bash/pcomplete.h:88:15: note: 'genlist' declared here
  696. STRINGLIST *genlist; /* for handing to the completion code one item at a time */
  697. ^
  698. external/bash/pcomplete.c:167:1: warning: missing initializer for field 'genlist' of 'ITEMLIST' [-Wmissing-field-initializers]
  699. ITEMLIST it_exports = { LIST_DYNAMIC, it_init_exported, (STRINGLIST *)0 };
  700. ^
  701. In file included from external/bash/pcomplete.c:47:0:
  702. external/bash/pcomplete.h:88:15: note: 'genlist' declared here
  703. STRINGLIST *genlist; /* for handing to the completion code one item at a time */
  704. ^
  705. external/bash/pcomplete.c:168:1: warning: missing initializer for field 'list_getter' of 'ITEMLIST' [-Wmissing-field-initializers]
  706. ITEMLIST it_files = { LIST_DYNAMIC }; /* unused */
  707. ^
  708. In file included from external/bash/pcomplete.c:47:0:
  709. external/bash/pcomplete.h:83:9: note: 'list_getter' declared here
  710. int (*list_getter) __P((struct _list_of_items *)); /* function to call to get the list */
  711. ^
  712. external/bash/pcomplete.c:169:1: warning: missing initializer for field 'genlist' of 'ITEMLIST' [-Wmissing-field-initializers]
  713. ITEMLIST it_functions = { 0, it_init_functions, (STRINGLIST *)0 };
  714. ^
  715. In file included from external/bash/pcomplete.c:47:0:
  716. external/bash/pcomplete.h:88:15: note: 'genlist' declared here
  717. STRINGLIST *genlist; /* for handing to the completion code one item at a time */
  718. ^
  719. external/bash/pcomplete.c:170:1: warning: missing initializer for field 'genlist' of 'ITEMLIST' [-Wmissing-field-initializers]
  720. ITEMLIST it_helptopics = { 0, it_init_helptopics, (STRINGLIST *)0 };
  721. ^
  722. In file included from external/bash/pcomplete.c:47:0:
  723. external/bash/pcomplete.h:88:15: note: 'genlist' declared here
  724. STRINGLIST *genlist; /* for handing to the completion code one item at a time */
  725. ^
  726. external/bash/pcomplete.c:171:1: warning: missing initializer for field 'genlist' of 'ITEMLIST' [-Wmissing-field-initializers]
  727. ITEMLIST it_hostnames = { LIST_DYNAMIC, it_init_hostnames, (STRINGLIST *)0 };
  728. ^
  729. In file included from external/bash/pcomplete.c:47:0:
  730. external/bash/pcomplete.h:88:15: note: 'genlist' declared here
  731. STRINGLIST *genlist; /* for handing to the completion code one item at a time */
  732. ^
  733. external/bash/pcomplete.c:172:1: warning: missing initializer for field 'list_getter' of 'ITEMLIST' [-Wmissing-field-initializers]
  734. ITEMLIST it_groups = { LIST_DYNAMIC }; /* unused */
  735. ^
  736. In file included from external/bash/pcomplete.c:47:0:
  737. external/bash/pcomplete.h:83:9: note: 'list_getter' declared here
  738. int (*list_getter) __P((struct _list_of_items *)); /* function to call to get the list */
  739. ^
  740. external/bash/pcomplete.c:173:1: warning: missing initializer for field 'genlist' of 'ITEMLIST' [-Wmissing-field-initializers]
  741. ITEMLIST it_jobs = { LIST_DYNAMIC, it_init_jobs, (STRINGLIST *)0 };
  742. ^
  743. In file included from external/bash/pcomplete.c:47:0:
  744. external/bash/pcomplete.h:88:15: note: 'genlist' declared here
  745. STRINGLIST *genlist; /* for handing to the completion code one item at a time */
  746. ^
  747. external/bash/pcomplete.c:174:1: warning: missing initializer for field 'genlist' of 'ITEMLIST' [-Wmissing-field-initializers]
  748. ITEMLIST it_keywords = { 0, it_init_keywords, (STRINGLIST *)0 };
  749. ^
  750. In file included from external/bash/pcomplete.c:47:0:
  751. external/bash/pcomplete.h:88:15: note: 'genlist' declared here
  752. STRINGLIST *genlist; /* for handing to the completion code one item at a time */
  753. ^
  754. external/bash/pcomplete.c:175:1: warning: missing initializer for field 'genlist' of 'ITEMLIST' [-Wmissing-field-initializers]
  755. ITEMLIST it_running = { LIST_DYNAMIC, it_init_running, (STRINGLIST *)0 };
  756. ^
  757. In file included from external/bash/pcomplete.c:47:0:
  758. external/bash/pcomplete.h:88:15: note: 'genlist' declared here
  759. STRINGLIST *genlist; /* for handing to the completion code one item at a time */
  760. ^
  761. external/bash/pcomplete.c:176:1: warning: missing initializer for field 'list_getter' of 'ITEMLIST' [-Wmissing-field-initializers]
  762. ITEMLIST it_services = { LIST_DYNAMIC }; /* unused */
  763. ^
  764. In file included from external/bash/pcomplete.c:47:0:
  765. external/bash/pcomplete.h:83:9: note: 'list_getter' declared here
  766. int (*list_getter) __P((struct _list_of_items *)); /* function to call to get the list */
  767. ^
  768. external/bash/pcomplete.c:177:1: warning: missing initializer for field 'genlist' of 'ITEMLIST' [-Wmissing-field-initializers]
  769. ITEMLIST it_setopts = { 0, it_init_setopts, (STRINGLIST *)0 };
  770. ^
  771. In file included from external/bash/pcomplete.c:47:0:
  772. external/bash/pcomplete.h:88:15: note: 'genlist' declared here
  773. STRINGLIST *genlist; /* for handing to the completion code one item at a time */
  774. ^
  775. external/bash/pcomplete.c:178:1: warning: missing initializer for field 'genlist' of 'ITEMLIST' [-Wmissing-field-initializers]
  776. ITEMLIST it_shopts = { 0, it_init_shopts, (STRINGLIST *)0 };
  777. ^
  778. In file included from external/bash/pcomplete.c:47:0:
  779. external/bash/pcomplete.h:88:15: note: 'genlist' declared here
  780. STRINGLIST *genlist; /* for handing to the completion code one item at a time */
  781. ^
  782. external/bash/pcomplete.c:179:1: warning: missing initializer for field 'genlist' of 'ITEMLIST' [-Wmissing-field-initializers]
  783. ITEMLIST it_signals = { 0, it_init_signals, (STRINGLIST *)0 };
  784. ^
  785. In file included from external/bash/pcomplete.c:47:0:
  786. external/bash/pcomplete.h:88:15: note: 'genlist' declared here
  787. STRINGLIST *genlist; /* for handing to the completion code one item at a time */
  788. ^
  789. external/bash/pcomplete.c:180:1: warning: missing initializer for field 'genlist' of 'ITEMLIST' [-Wmissing-field-initializers]
  790. ITEMLIST it_stopped = { LIST_DYNAMIC, it_init_stopped, (STRINGLIST *)0 };
  791. ^
  792. In file included from external/bash/pcomplete.c:47:0:
  793. external/bash/pcomplete.h:88:15: note: 'genlist' declared here
  794. STRINGLIST *genlist; /* for handing to the completion code one item at a time */
  795. ^
  796. external/bash/pcomplete.c:181:1: warning: missing initializer for field 'list_getter' of 'ITEMLIST' [-Wmissing-field-initializers]
  797. ITEMLIST it_users = { LIST_DYNAMIC }; /* unused */
  798. ^
  799. In file included from external/bash/pcomplete.c:47:0:
  800. external/bash/pcomplete.h:83:9: note: 'list_getter' declared here
  801. int (*list_getter) __P((struct _list_of_items *)); /* function to call to get the list */
  802. ^
  803. external/bash/pcomplete.c:182:1: warning: missing initializer for field 'genlist' of 'ITEMLIST' [-Wmissing-field-initializers]
  804. ITEMLIST it_variables = { LIST_DYNAMIC, it_init_variables, (STRINGLIST *)0 };
  805. ^
  806. In file included from external/bash/pcomplete.c:47:0:
  807. external/bash/pcomplete.h:88:15: note: 'genlist' declared here
  808. STRINGLIST *genlist; /* for handing to the completion code one item at a time */
  809. ^
  810. external/bash/pcomplete.c: In function 'pcomp_filename_completion_function':
  811. external/bash/pcomplete.c:781:9: warning: passing argument 1 of 'sh_contains_quotes' discards 'const' qualifier from pointer target type [enabled by default]
  812. sh_contains_quotes (text)) /* guess */
  813. ^
  814. In file included from external/bash/shell.h:42:0,
  815. from external/bash/pcomplete.c:46:
  816. external/bash/externs.h:327:12: note: expected 'char *' but argument is of type 'const char *'
  817. extern int sh_contains_quotes __P((char *));
  818. ^
  819. external/bash/pcomplete.c: In function 'gen_globpat_matches':
  820. external/bash/pcomplete.c:884:19: warning: unused parameter 'text' [-Wunused-parameter]
  821. const char *text;
  822. ^
  823. external/bash/pcomplete.c: In function 'gen_shell_function_matches':
  824. external/bash/pcomplete.c:1099:10: warning: unused parameter 'nw' [-Wunused-parameter]
  825. int nw, cw;
  826. ^
  827. external/bash/pcomplete.c: In function 'gen_command_matches':
  828. external/bash/pcomplete.c:1204:10: warning: unused parameter 'nw' [-Wunused-parameter]
  829. int nw, cw;
  830. ^
  831. ^[[32mtarget thumb C:^[[0m bash <= external/bash/syntax.c
  832. ^[[32mtarget thumb C:^[[0m bash <= external/bash/xmalloc.c
  833. ^[[32mtarget StaticLib:^[[0m libbuiltins (/home/arvil/fp2-ut/cmod/out/target/product/fp2/obj/STATIC_LIBRARIES/libbuiltins_intermediates/libbuiltins.a)
  834. ^[[32mtarget StaticLib:^[[0m libglob (/home/arvil/fp2-ut/cmod/out/target/product/fp2/obj/STATIC_LIBRARIES/libglob_intermediates/libglob.a)
  835. ^[[32mtarget StaticLib:^[[0m libsh (/home/arvil/fp2-ut/cmod/out/target/product/fp2/obj/STATIC_LIBRARIES/libsh_intermediates/libsh.a)
  836. ^[[32mtarget StaticLib:^[[0m libtilde (/home/arvil/fp2-ut/cmod/out/target/product/fp2/obj/STATIC_LIBRARIES/libtilde_intermediates/libtilde.a)
  837. ^[[32mtarget StaticLib:^[[0m libhistory (/home/arvil/fp2-ut/cmod/out/target/product/fp2/obj/STATIC_LIBRARIES/libhistory_intermediates/libhistory.a)
  838. ^[[32mtarget StaticLib:^[[0m libreadline (/home/arvil/fp2-ut/cmod/out/target/product/fp2/obj/STATIC_LIBRARIES/libreadline_intermediates/libreadline.a)
  839. ^[[32mtarget thumb C++:^[[0m dexdump <= dalvik/dexdump/DexDump.cpp
  840. preparing StaticLib: libdex [including /home/arvil/fp2-ut/cmod/out/target/product/fp2/obj/STATIC_LIBRARIES/libziparchive_intermediates/libziparchive.a]
  841. ^[[32mtarget thumb C:^[[0m lsof <= external/lsof/dfile.c
  842. dalvik/dexdump/DexDump.cpp:608:12: warning: unused parameter 'cnxt' [-Wunused-parameter]
  843. static int dumpPositionsCb(void *cnxt, u4 address, u4 lineNum)
  844. ^
  845. dalvik/dexdump/DexDump.cpp:630:13: warning: unused parameter 'cnxt' [-Wunused-parameter]
  846. static void dumpLocalsCb(void *cnxt, u2 reg, u4 startAddress,
  847. ^
  848. ^[[32mtarget StaticLib:^[[0m libdex (/home/arvil/fp2-ut/cmod/out/target/product/fp2/obj/STATIC_LIBRARIES/libdex_intermediates/libdex.a)
  849. ^[[32mtarget thumb C:^[[0m lsof <= external/lsof/dmnt.c
  850. ^[[32mtarget thumb C:^[[0m lsof <= external/lsof/dnode.c
  851. ^[[32mtarget thumb C:^[[0m lsof <= external/lsof/dproc.c
  852. ^[[32mtarget thumb C:^[[0m lsof <= external/lsof/dsock.c
  853. external/lsof/dproc.c: In function 'make_proc_path':
  854. external/lsof/dproc.c:563:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  855. if ((rl = pl + sl + 1) > *nl) {
  856. ^
  857. ^[[32mtarget thumb C:^[[0m lsof <= external/lsof/dstore.c
  858. external/lsof/dsock.c:155:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
  859. } static Packpr[] = {
  860. ^
  861. external/lsof/dsock.c:366:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
  862. } static Packty[] = {
  863. ^
  864. external/lsof/dsock.c: In function 'print_ax25info':
  865. external/lsof/dsock.c:2017:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  866. if ((ap->state >= 0) && (ap->state < NAX25ST))
  867. ^
  868. external/lsof/dsock.c: In function 'process_proc_sock':
  869. external/lsof/dsock.c:2324:10: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  870. if (nl > rp->lal) {
  871. ^
  872. external/lsof/dsock.c:2336:10: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  873. if (nl > (rp->ral + 2)) {
  874. ^
  875. external/lsof/dsock.c:2378:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  876. for (i = 0; i < NPACKTY; i++) {
  877. ^
  878. external/lsof/dsock.c:2385:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  879. for (i = 0; i < NPACKPR; i++) {
  880. ^
  881. external/lsof/dsock.c:2389:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  882. cp = (i < NPACKPR) ? Packpr[i].nm : "unknown";
  883. ^
  884. external/lsof/dsock.c:2520:10: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  885. if (nl > rp->lal) {
  886. ^
  887. external/lsof/dsock.c:2532:10: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  888. if (nl > (rp->ral + 2)) {
  889. ^
  890. ^[[32mtarget thumb C:^[[0m lsof <= external/lsof/arg.c
  891. ^[[32mtarget thumb C:^[[0m lsof <= external/lsof/main.c
  892. external/lsof/arg.c: In function 'enter_network_address':
  893. external/lsof/arg.c:1509:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  894. for (ae = i = 0; i < MAX_AF_ADDR; i++) {
  895. ^
  896. external/lsof/arg.c: In function 'enter_nwad':
  897. external/lsof/arg.c:1855:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  898. (i < (he->h_length - 1)) && (i < (MAX_AF_ADDR - 1));
  899. ^
  900. external/lsof/arg.c: In function 'enter_uid':
  901. external/lsof/arg.c:2180:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  902. if (lnml >= LOGINML) {
  903. ^
  904. external/lsof/arg.c: In function 'isIPv4addr':
  905. external/lsof/arg.c:2314:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  906. if (!a || (al < MIN_AF_ADDR))
  907. ^
  908. external/lsof/arg.c:2331:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  909. if (++ovx > (MIN_AF_ADDR - 1))
  910. ^
  911. external/lsof/arg.c:2363:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  912. for (i = 0; i < MIN_AF_ADDR; i++) {
  913. ^
  914. external/lsof/arg.c: In function 'lkup_hostnm':
  915. external/lsof/arg.c:2406:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  916. if (he->h_length > MAX_AF_ADDR)
  917. ^
  918. ^[[32mtarget thumb C:^[[0m lsof <= external/lsof/misc.c
  919. external/lsof/main.c: In function 'main':
  920. external/lsof/main.c:122:2: warning: implicit declaration of function 'getdtablesize' [-Wimplicit-function-declaration]
  921. for (i = 3, n = GET_MAX_FD(); i < n; i++)
  922. ^
  923. external/lsof/main.c:1266:39: warning: 'fmtl' may be used uninitialized in this function [-Wmaybe-uninitialized]
  924. (void) util_strftime(fmtr, fmtl - 1, fmt);
  925. ^
  926. ^[[32mtarget thumb C:^[[0m lsof <= external/lsof/node.c
  927. external/lsof/misc.c: In function 'childx':
  928. external/lsof/misc.c:152:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  929. for (sx = 0; sx < NCTSIGS; sx++) {
  930. ^
  931. external/lsof/misc.c:165:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  932. if (sx < (NCTSIGS - 1))
  933. ^
  934. external/lsof/misc.c: In function 'doinchild':
  935. external/lsof/misc.c:299:7: warning: implicit declaration of function 'getdtablesize' [-Wimplicit-function-declaration]
  936. for (fd = 0, nd = GET_MAX_FD(); fd < nd; fd++) {
  937. ^
  938. external/lsof/misc.c: In function 'mkstrcat':
  939. external/lsof/misc.c:943:39: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  940. len1 = (MALLOC_S)((l1 >= 0) ? l1 : strlen(s1));
  941. ^
  942. external/lsof/misc.c:947:39: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  943. len2 = (MALLOC_S)((l2 >= 0) ? l2 : strlen(s2));
  944. ^
  945. external/lsof/misc.c:951:39: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  946. len3 = (MALLOC_S)((l3 >= 0) ? l3 : strlen(s3));
  947. ^
  948. ^[[32mtarget thumb C:^[[0m lsof <= external/lsof/print.c
  949. ^[[32mtarget thumb C:^[[0m lsof <= external/lsof/proc.c
  950. external/lsof/print.c: In function 'lkup_port':
  951. external/lsof/print.c:502:1: warning: "/*" within comment [-Wcomment]
  952. /*
  953. ^
  954. external/lsof/print.c: In function 'print_file':
  955. external/lsof/print.c:668:8: warning: "/*" within comment [-Wcomment]
  956. #endif /* defined(HASZONES) */
  957. ^
  958. ^[[32mtarget thumb C:^[[0m lsof <= external/lsof/store.c
  959. ^[[32mtarget thumb C:^[[0m lsof <= external/lsof/usage.c
  960. ^[[32mtarget thumb C:^[[0m lsof <= external/lsof/util.c
  961. ^[[32mtarget StaticLib:^[[0m liblsof (/home/arvil/fp2-ut/cmod/out/target/product/fp2/obj/STATIC_LIBRARIES/liblsof_intermediates/liblsof.a)
  962. ^[[32mtarget thumb C:^[[0m ltrace <= external/ltrace/bits.c
  963. ^[[32mtarget thumb C:^[[0m ltrace <= external/ltrace/breakpoints.c
  964. ^[[32mtarget thumb C:^[[0m ltrace <= external/ltrace/debug.c
  965. ^[[32mtarget thumb C:^[[0m ltrace <= external/ltrace/demangle.c
  966. external/ltrace/debug.c: In function 'xwritedump':
  967. external/ltrace/debug.c:53:8: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
  968. addr += sizeof(long);
  969. ^
  970. ^[[32mtarget thumb C:^[[0m ltrace <= external/ltrace/dict.c
  971. ^[[32mtarget thumb C:^[[0m ltrace <= external/ltrace/execute_program.c
  972. external/ltrace/dict.c: In function 'dict_each':
  973. external/ltrace/dict.c:450:21: warning: pointer of type 'void *' used in subtraction [-Wpointer-arith]
  974. i = ((start_after - dict->keys.data) / dict->keys.elt_size) + 1;
  975. ^
  976. ^[[32mtarget thumb C:^[[0m ltrace <= external/ltrace/expr.c
  977. ^[[32mtarget thumb C:^[[0m ltrace <= external/ltrace/fetch.c
  978. ^[[32mtarget thumb C:^[[0m ltrace <= external/ltrace/filter.c
  979. ^[[32mtarget thumb C:^[[0m ltrace <= external/ltrace/glob.c
  980. ^[[32mtarget thumb C:^[[0m ltrace <= external/ltrace/handle_event.c
  981. ^[[32mtarget thumb C:^[[0m ltrace <= external/ltrace/lens.c
  982. external/ltrace/handle_event.c:28:0: warning: "_GNU_SOURCE" redefined [enabled by default]
  983. #define _GNU_SOURCE
  984. ^
  985. <command-line>:0:0: note: this is the location of the previous definition
  986. ^[[32mtarget thumb C:^[[0m ltrace <= external/ltrace/lens_default.c
  987. ^[[32mtarget thumb C:^[[0m ltrace <= external/ltrace/lens_enum.c
  988. ^[[32mtarget thumb C:^[[0m ltrace <= external/ltrace/libltrace.c
  989. ^[[32mtarget thumb C:^[[0m ltrace <= external/ltrace/library.c
  990. ^[[32mtarget thumb C:^[[0m ltrace <= external/ltrace/ltrace-elf.c
  991. ^[[32mtarget thumb C:^[[0m ltrace <= external/ltrace/main.c
  992. external/ltrace/ltrace-elf.c: In function 'elf_read_u8':
  993. external/ltrace/ltrace-elf.c:297:29: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
  994. memcpy(u.buf, data->d_buf + offset, sizeof(u.dst)); \
  995. ^
  996. external/ltrace/ltrace-elf.c:302:1: note: in expansion of macro 'DEF_READER'
  997. DEF_READER(elf_read_u8, 8)
  998. ^
  999. external/ltrace/ltrace-elf.c: In function 'elf_read_u16':
  1000. external/ltrace/ltrace-elf.c:297:29: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
  1001. memcpy(u.buf, data->d_buf + offset, sizeof(u.dst)); \
  1002. ^
  1003. external/ltrace/ltrace-elf.c:303:1: note: in expansion of macro 'DEF_READER'
  1004. DEF_READER(elf_read_u16, 16)
  1005. ^
  1006. external/ltrace/ltrace-elf.c: In function 'elf_read_u32':
  1007. external/ltrace/ltrace-elf.c:297:29: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
  1008. memcpy(u.buf, data->d_buf + offset, sizeof(u.dst)); \
  1009. ^
  1010. external/ltrace/ltrace-elf.c:304:1: note: in expansion of macro 'DEF_READER'
  1011. DEF_READER(elf_read_u32, 32)
  1012. ^
  1013. external/ltrace/ltrace-elf.c: In function 'elf_read_u64':
  1014. external/ltrace/ltrace-elf.c:297:29: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
  1015. memcpy(u.buf, data->d_buf + offset, sizeof(u.dst)); \
  1016. ^
  1017. external/ltrace/ltrace-elf.c:305:1: note: in expansion of macro 'DEF_READER'
  1018. DEF_READER(elf_read_u64, 64)
  1019. ^
  1020. ^[[32mtarget thumb C:^[[0m ltrace <= external/ltrace/memstream.c
  1021. ^[[32mtarget thumb C:^[[0m ltrace <= external/ltrace/options.c
  1022. external/ltrace/memstream.c:23:0: warning: "_GNU_SOURCE" redefined [enabled by default]
  1023. #define _GNU_SOURCE
  1024. ^
  1025. <command-line>:0:0: note: this is the location of the previous definition
  1026. external/ltrace/memstream.c: In function 'memstream_init':
  1027. external/ltrace/memstream.c:35:2: warning: implicit declaration of function 'open_memstream' [-Wimplicit-function-declaration]
  1028. memstream->stream = open_memstream(&memstream->buf,
  1029. ^
  1030. external/ltrace/memstream.c:35:20: warning: assignment makes pointer from integer without a cast [enabled by default]
  1031. memstream->stream = open_memstream(&memstream->buf,
  1032. ^
  1033. ^[[32mtarget thumb C:^[[0m ltrace <= external/ltrace/output.c
  1034. ^[[32mtarget thumb C:^[[0m ltrace <= external/ltrace/param.c
  1035. external/ltrace/output.c: In function 'output_right':
  1036. external/ltrace/output.c:751:23: warning: pointer of type 'void *' used in subtraction [-Wpointer-arith]
  1037. ((size_t)(ip - lib->base)
  1038. ^
  1039. external/ltrace/output.c:753:20: warning: pointer of type 'void *' used in subtraction [-Wpointer-arith]
  1040. distance = ip - lib->base;
  1041. ^
  1042. ^[[32mtarget thumb C:^[[0m ltrace <= external/ltrace/printf.c
  1043. ^[[32mtarget thumb C:^[[0m ltrace <= external/ltrace/proc.c
  1044. ^[[32mtarget thumb C:^[[0m ltrace <= external/ltrace/prototype.c
  1045. ^[[32mtarget thumb C:^[[0m ltrace <= external/ltrace/read_config_file.c
  1046. ^[[32mtarget thumb C:^[[0m ltrace <= external/ltrace/summary.c
  1047. ^[[32mtarget thumb C:^[[0m ltrace <= external/ltrace/type.c
  1048. ^[[32mtarget thumb C:^[[0m ltrace <= external/ltrace/value.c
  1049. ^[[32mtarget thumb C:^[[0m ltrace <= external/ltrace/value_dict.c
  1050. external/ltrace/value.c: In function 'value_init_element':
  1051. external/ltrace/value.c:268:39: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
  1052. ret_val->u.address = val->u.address + off;
  1053. ^
  1054. external/ltrace/value.c:278:47: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
  1055. ret_val->u.inf_address = val->u.inf_address + off;
  1056. ^
  1057. ^[[32mtarget thumb C:^[[0m ltrace <= external/ltrace/vect.c
  1058. ^[[32mtarget thumb C:^[[0m ltrace <= external/ltrace/zero.c
  1059. external/ltrace/vect.c: In function 'vect_erase':
  1060. external/ltrace/vect.c:147:24: warning: pointer of type 'void *' used in subtraction [-Wpointer-arith]
  1061. slot(vec, vec->size) - slot(vec, end));
  1062. ^
  1063. external/ltrace/vect.c: In function 'vect_each':
  1064. external/ltrace/vect.c:175:19: warning: pointer of type 'void *' used in subtraction [-Wpointer-arith]
  1065. : ((start_after - vec->data) / vec->elt_size) + 1;
  1066. ^
  1067. ^[[32mtarget thumb C:^[[0m ltrace <= external/ltrace/sysdeps/linux-gnu/breakpoint.c
  1068. ^[[32mtarget thumb C:^[[0m ltrace <= external/ltrace/sysdeps/linux-gnu/events.c
  1069. ^[[32mtarget thumb C:^[[0m ltrace <= external/ltrace/sysdeps/linux-gnu/hooks.c
  1070. external/ltrace/sysdeps/linux-gnu/events.c: In function 'next_event':
  1071. external/ltrace/sysdeps/linux-gnu/events.c:318:37: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
  1072. = event.proc->instruction_pointer - DECR_PC_AFTER_BREAK;
  1073. ^
  1074. ^[[32mtarget thumb C:^[[0m ltrace <= external/ltrace/sysdeps/linux-gnu/proc.c
  1075. ^[[32mtarget thumb C:^[[0m ltrace <= external/ltrace/sysdeps/linux-gnu/trace.c
  1076. external/ltrace/sysdeps/linux-gnu/proc.c:24:0: warning: "_GNU_SOURCE" redefined [enabled by default]
  1077. #define _GNU_SOURCE /* For getline. */
  1078. ^
  1079. <command-line>:0:0: note: this is the location of the previous definition
  1080. external/ltrace/sysdeps/linux-gnu/proc.c: In function 'fetch_dyn64':
  1081. external/ltrace/sysdeps/linux-gnu/proc.c:296:8: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
  1082. *addr += sizeof(*ret);
  1083. ^
  1084. external/ltrace/sysdeps/linux-gnu/proc.c: In function 'fetch_dyn32':
  1085. external/ltrace/sysdeps/linux-gnu/proc.c:307:8: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
  1086. *addr += sizeof(dyn);
  1087. ^
  1088. ^[[32mtarget thumb C:^[[0m ltrace <= external/ltrace/sysdeps/linux-gnu/arm/breakpoint.c
  1089. external/ltrace/sysdeps/linux-gnu/trace.c: In function 'umovebytes':
  1090. external/ltrace/sysdeps/linux-gnu/trace.c:1208:49: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
  1091. a.a = ptrace(PTRACE_PEEKTEXT, proc->pid, addr + offset, 0);
  1092. ^
  1093. external/ltrace/sysdeps/linux-gnu/trace.c:1218:15: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
  1094. memcpy(buf + offset, &a.c[0], sizeof(long));
  1095. ^
  1096. external/ltrace/sysdeps/linux-gnu/trace.c:1222:15: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
  1097. memcpy(buf + offset, &a.c[0], len - offset);
  1098. ^
  1099. ^[[32mtarget thumb C:^[[0m ltrace <= external/ltrace/sysdeps/linux-gnu/arm/fetch.c
  1100. external/ltrace/sysdeps/linux-gnu/arm/breakpoint.c: In function 'arch_enable_breakpoint':
  1101. external/ltrace/sysdeps/linux-gnu/arm/breakpoint.c:49:54: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
  1102. current.l = ptrace(PTRACE_PEEKTEXT, pid, sbp->addr + i * sizeof(long), 0);
  1103. ^
  1104. external/ltrace/sysdeps/linux-gnu/arm/breakpoint.c:63:42: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
  1105. ptrace(PTRACE_POKETEXT, pid, sbp->addr + i * sizeof(long),
  1106. ^
  1107. external/ltrace/sysdeps/linux-gnu/arm/breakpoint.c: In function 'arch_disable_breakpoint':
  1108. external/ltrace/sysdeps/linux-gnu/arm/breakpoint.c:82:54: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
  1109. current.l = ptrace(PTRACE_PEEKTEXT, pid, sbp->addr + i * sizeof(long), 0);
  1110. ^
  1111. external/ltrace/sysdeps/linux-gnu/arm/breakpoint.c:89:42: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
  1112. ptrace(PTRACE_POKETEXT, pid, sbp->addr + i * sizeof(long),
  1113. ^
  1114. ^[[32mtarget thumb C:^[[0m ltrace <= external/ltrace/sysdeps/linux-gnu/arm/plt.c
  1115. external/ltrace/sysdeps/linux-gnu/arm/fetch.c: In function 'arch_fetch_arg_next':
  1116. external/ltrace/sysdeps/linux-gnu/arm/fetch.c:242:14: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
  1117. ctx->nsaa += rest;
  1118. ^
  1119. external/ltrace/sysdeps/linux-gnu/arm/fetch.c:259:12: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
  1120. ctx->nsaa += sz;
  1121. ^
  1122. ^[[32mtarget thumb C:^[[0m ltrace <= external/ltrace/sysdeps/linux-gnu/arm/regs.c
  1123. external/ltrace/sysdeps/linux-gnu/arm/plt.c: In function 'arch_elf_init':
  1124. external/ltrace/sysdeps/linux-gnu/arm/plt.c:96:41: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
  1125. || strcmp(signature, data->d_buf + offset) != 0)
  1126. ^
  1127. external/ltrace/sysdeps/linux-gnu/arm/plt.c:176:9: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
  1128. + offset) + 1;
  1129. ^
  1130. external/ltrace/sysdeps/linux-gnu/arm/plt.c:88:20: warning: 'data' may be used uninitialized in this function [-Wmaybe-uninitialized]
  1131. if (elf_read_u32(data, offset, &sec_len) < 0
  1132. ^
  1133. ^[[32mtarget thumb C:^[[0m ltrace <= external/ltrace/sysdeps/linux-gnu/arm/trace.c
  1134. external/ltrace/sysdeps/linux-gnu/arm/trace.c: In function 'arm_branch_dest':
  1135. external/ltrace/sysdeps/linux-gnu/arm/trace.c:116:12: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
  1136. return pc + ((((insn & 0xffffff) ^ 0x800000) - 0x800000) << 2) + 8;
  1137. ^
  1138. external/ltrace/sysdeps/linux-gnu/arm/trace.c:116:65: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
  1139. return pc + ((((insn & 0xffffff) ^ 0x800000) - 0x800000) << 2) + 8;
  1140. ^
  1141. external/ltrace/sysdeps/linux-gnu/arm/trace.c: In function 'arm_get_next_pcs':
  1142. external/ltrace/sysdeps/linux-gnu/arm/trace.c:377:23: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
  1143. next_pcs[nr++] = pc + 4;
  1144. ^
  1145. external/ltrace/sysdeps/linux-gnu/arm/trace.c: In function 'thumb_get_next_pcs':
  1146. external/ltrace/sysdeps/linux-gnu/arm/trace.c:426:24: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
  1147. next_pcs[nr++] = pc + (SBITS(inst1, 0, 7) << 1);
  1148. ^
  1149. external/ltrace/sysdeps/linux-gnu/arm/trace.c:431:23: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
  1150. next_pcs[nr++] = pc + (SBITS(inst1, 0, 10) << 1);
  1151. ^
  1152. external/ltrace/sysdeps/linux-gnu/arm/trace.c:434:29: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
  1153. if (proc_read_16(proc, pc + 2, &inst2) < 0)
  1154. ^
  1155. external/ltrace/sysdeps/linux-gnu/arm/trace.c:454:35: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
  1156. uint32_t next = (uint32_t)(pc + offset);
  1157. ^
  1158. external/ltrace/sysdeps/linux-gnu/arm/trace.c:484:25: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
  1159. next_pcs[nr++] = pc + offset;
  1160. ^
  1161. external/ltrace/sysdeps/linux-gnu/arm/trace.c:601:24: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
  1162. next_pcs[nr++] = pc + 2 * length;
  1163. ^
  1164. external/ltrace/sysdeps/linux-gnu/arm/trace.c:627:24: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
  1165. next_pcs[nr++] = pc + 2 * length;
  1166. ^
  1167. external/ltrace/sysdeps/linux-gnu/arm/trace.c:634:23: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
  1168. next_pcs[nr++] = pc + thumb_insn_size(inst1);
  1169. ^
  1170. ^[[32mtarget StaticLib:^[[0m libelf (/home/arvil/fp2-ut/cmod/out/target/product/fp2/obj/STATIC_LIBRARIES/libelf_intermediates/libelf.a)
  1171. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/addrtoname.c
  1172. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/af.c
  1173. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/checksum.c
  1174. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/cpack.c
  1175. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/gmpls.c
  1176. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/oui.c
  1177. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/gmt2local.c
  1178. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/ipproto.c
  1179. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/nlpid.c
  1180. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/l2vpn.c
  1181. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/machdep.c
  1182. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/parsenfsfh.c
  1183. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/in_cksum.c
  1184. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-802_11.c
  1185. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-802_15_4.c
  1186. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-ap1394.c
  1187. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-ah.c
  1188. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-arcnet.c
  1189. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-aodv.c
  1190. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-arp.c
  1191. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-ascii.c
  1192. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-atalk.c
  1193. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-atm.c
  1194. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-beep.c
  1195. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-bfd.c
  1196. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-bgp.c
  1197. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-bootp.c
  1198. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-bt.c
  1199. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-calm-fast.c
  1200. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-carp.c
  1201. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-cdp.c
  1202. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-cfm.c
  1203. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-chdlc.c
  1204. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-cip.c
  1205. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-cnfp.c
  1206. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-dccp.c
  1207. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-decnet.c
  1208. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-domain.c
  1209. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-dtp.c
  1210. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-dvmrp.c
  1211. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-enc.c
  1212. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-egp.c
  1213. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-eap.c
  1214. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-eigrp.c
  1215. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-esp.c
  1216. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-ether.c
  1217. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-fddi.c
  1218. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-forces.c
  1219. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-fr.c
  1220. external/tcpdump/print-forces.c: In function 'print_metailv':
  1221. external/tcpdump/print-forces.c:1358:60: warning: unused parameter 'len' [-Wunused-parameter]
  1222. print_metailv(register const u_char * pptr, register u_int len,
  1223. ^
  1224. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-geonet.c
  1225. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-gre.c
  1226. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-hsrp.c
  1227. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-icmp.c
  1228. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-igmp.c
  1229. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-igrp.c
  1230. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-ip.c
  1231. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-ipcomp.c
  1232. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-ipfc.c
  1233. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-ipnet.c
  1234. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-ipx.c
  1235. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-isoclns.c
  1236. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-juniper.c
  1237. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-krb.c
  1238. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-l2tp.c
  1239. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-lane.c
  1240. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-ldp.c
  1241. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-lldp.c
  1242. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-llc.c
  1243. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-lmp.c
  1244. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-lspping.c
  1245. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-lwapp.c
  1246. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-lwres.c
  1247. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-mobile.c
  1248. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-mpcp.c
  1249. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-mpls.c
  1250. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-mptcp.c
  1251. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-msdp.c
  1252. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-msnlb.c
  1253. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-nflog.c
  1254. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-nfs.c
  1255. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-ntp.c
  1256. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-null.c
  1257. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-olsr.c
  1258. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-openflow.c
  1259. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-openflow-1.0.c
  1260. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-ospf.c
  1261. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-pgm.c
  1262. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-pim.c
  1263. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-ppi.c
  1264. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-ppp.c
  1265. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-pppoe.c
  1266. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-pptp.c
  1267. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-radius.c
  1268. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-raw.c
  1269. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-rip.c
  1270. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-rpki-rtr.c
  1271. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-rrcp.c
  1272. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-rsvp.c
  1273. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-rx.c
  1274. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-sctp.c
  1275. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-sflow.c
  1276. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-sip.c
  1277. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-sl.c
  1278. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-sll.c
  1279. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-slow.c
  1280. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-snmp.c
  1281. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-stp.c
  1282. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-sunatm.c
  1283. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-sunrpc.c
  1284. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-symantec.c
  1285. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-syslog.c
  1286. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-tcp.c
  1287. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-telnet.c
  1288. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-tftp.c
  1289. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-timed.c
  1290. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-tipc.c
  1291. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-token.c
  1292. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-udld.c
  1293. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-udp.c
  1294. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-usb.c
  1295. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-vjc.c
  1296. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-vqp.c
  1297. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-vrrp.c
  1298. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-vtp.c
  1299. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-wb.c
  1300. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-zephyr.c
  1301. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-zeromq.c
  1302. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-vxlan.c
  1303. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-otv.c
  1304. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/signature.c
  1305. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/setsignal.c
  1306. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/tcpdump.c
  1307. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/util.c
  1308. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-isakmp.c
  1309. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-ip6.c
  1310. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-ip6opts.c
  1311. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-mobility.c
  1312. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-ripng.c
  1313. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-icmp6.c
  1314. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-frag6.c
  1315. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-rt6.c
  1316. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-ospf6.c
  1317. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-dhcp6.c
  1318. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-babel.c
  1319. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/print-smb.c
  1320. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/smbutil.c
  1321. ^[[32mtarget thumb C:^[[0m tcpdump <= external/tcpdump/version.c
  1322. ^[[32mtarget thumb C:^[[0m pigz <= external/pigz/main.c
  1323. ^[[32mtarget StaticLib:^[[0m libpcap (/home/arvil/fp2-ut/cmod/out/target/product/fp2/obj/STATIC_LIBRARIES/libpcap_intermediates/libpcap.a)
  1324. ^[[32mtarget StaticLib:^[[0m libpigz (/home/arvil/fp2-ut/cmod/out/target/product/fp2/obj/STATIC_LIBRARIES/libpigz_intermediates/libpigz.a)
  1325. ^[[32mtarget StaticLib:^[[0m libzopfli (/home/arvil/fp2-ut/cmod/out/target/product/fp2/obj/STATIC_LIBRARIES/libzopfli_intermediates/libzopfli.a)
  1326. ^[[32mtarget thumb C++:^[[0m libqcomfm_jni <= hardware/qcom/fm/jni/android_hardware_fm.cpp
  1327. ^[[32mtarget thumb C++:^[[0m libqcomfm_jni <= hardware/qcom/fm/jni/ConfFileParser.cpp
  1328. ^[[32mtarget thumb C++:^[[0m libqcomfm_jni <= hardware/qcom/fm/jni/ConfigFmThs.cpp
  1329. In file included from hardware/qcom/fm/jni/FmIoctlsInterface.h:34:0,
  1330. from hardware/qcom/fm/jni/android_hardware_fm.cpp:36:
  1331. out/target/product/fp2/obj/KERNEL_OBJ/usr/include/linux/videodev2.h:1244:0: warning: "V4L2_CID_AUDIO_MUTE" redefined [enabled by default]
  1332. #define V4L2_CID_AUDIO_MUTE (V4L2_CID_BASE+9)
  1333. ^
  1334. In file included from hardware/qcom/fm/jni/FmIoctlsInterface.h:32:0,
  1335. from hardware/qcom/fm/jni/android_hardware_fm.cpp:36:
  1336. hardware/qcom/fm/jni/FmConst.h:51:0: note: this is the location of the previous definition
  1337. #define V4L2_CID_AUDIO_MUTE (V4L2_CID_BASE + 9)
  1338. ^
  1339. In file included from hardware/qcom/fm/jni/android_hardware_fm.cpp:41:0:
  1340. out/target/product/fp2/obj/KERNEL_OBJ/usr/include/media/tavarua.h:51:0: warning: "STD_BUF_SIZE" redefined [enabled by default]
  1341. #define STD_BUF_SIZE (256)
  1342. ^
  1343. In file included from hardware/qcom/fm/jni/FmIoctlsInterface.h:32:0,
  1344. from hardware/qcom/fm/jni/android_hardware_fm.cpp:36:
  1345. hardware/qcom/fm/jni/FmConst.h:44:0: note: this is the location of the previous definition
  1346. #define STD_BUF_SIZE 256
  1347. ^
  1348. In file included from hardware/qcom/fm/jni/android_hardware_fm.cpp:41:0:
  1349. out/target/product/fp2/obj/KERNEL_OBJ/usr/include/media/tavarua.h:545:0: warning: "TUNE_MULT" redefined [enabled by default]
  1350. #define TUNE_MULT (16)
  1351. ^
  1352. In file included from hardware/qcom/fm/jni/FmIoctlsInterface.h:32:0,
  1353. from hardware/qcom/fm/jni/android_hardware_fm.cpp:36:
  1354. hardware/qcom/fm/jni/FmConst.h:42:0: note: this is the location of the previous definition
  1355. #define TUNE_MULT 16
  1356. ^
  1357. hardware/qcom/fm/jni/android_hardware_fm.cpp:59:0: warning: "WAIT_TIMEOUT" redefined [enabled by default]
  1358. #define WAIT_TIMEOUT 200000 /* 200*1000us */
  1359. ^
  1360. In file included from hardware/qcom/fm/jni/android_hardware_fm.cpp:41:0:
  1361. out/target/product/fp2/obj/KERNEL_OBJ/usr/include/media/tavarua.h:104:0: note: this is the location of the previous definition
  1362. #define WAIT_TIMEOUT 2000
  1363. ^
  1364. hardware/qcom/fm/jni/android_hardware_fm.cpp:73:13: warning: unused parameter 'thiz' [-Wunused-parameter]
  1365. static jint android_hardware_fmradio_FmReceiverJNI_acquireFdNative
  1366. ^
  1367. hardware/qcom/fm/jni/android_hardware_fm.cpp:145:13: warning: unused parameter 'env' [-Wunused-parameter]
  1368. static jint android_hardware_fmradio_FmReceiverJNI_closeFdNative
  1369. ^
  1370. hardware/qcom/fm/jni/android_hardware_fm.cpp:145:13: warning: unused parameter 'thiz' [-Wunused-parameter]
  1371. hardware/qcom/fm/jni/android_hardware_fm.cpp:170:13: warning: unused parameter 'env' [-Wunused-parameter]
  1372. static jint android_hardware_fmradio_FmReceiverJNI_getFreqNative
  1373. ^
  1374. hardware/qcom/fm/jni/android_hardware_fm.cpp:170:13: warning: unused parameter 'thiz' [-Wunused-parameter]
  1375. hardware/qcom/fm/jni/android_hardware_fm.cpp:193:13: warning: unused parameter 'env' [-Wunused-parameter]
  1376. static jint android_hardware_fmradio_FmReceiverJNI_setFreqNative
  1377. ^
  1378. hardware/qcom/fm/jni/android_hardware_fm.cpp:193:13: warning: unused parameter 'thiz' [-Wunused-parameter]
  1379. hardware/qcom/fm/jni/android_hardware_fm.cpp:215:13: warning: unused parameter 'env' [-Wunused-parameter]
  1380. static jint android_hardware_fmradio_FmReceiverJNI_setControlNative
  1381. ^
  1382. hardware/qcom/fm/jni/android_hardware_fm.cpp:215:13: warning: unused parameter 'thiz' [-Wunused-parameter]
  1383. hardware/qcom/fm/jni/android_hardware_fm.cpp:238:13: warning: unused parameter 'env' [-Wunused-parameter]
  1384. static jint android_hardware_fmradio_FmReceiverJNI_SetCalibrationNative
  1385. ^
  1386. hardware/qcom/fm/jni/android_hardware_fm.cpp:238:13: warning: unused parameter 'thiz' [-Wunused-parameter]
  1387. hardware/qcom/fm/jni/android_hardware_fm.cpp:238:13: warning: unused parameter 'buff' [-Wunused-parameter]
  1388. hardware/qcom/fm/jni/android_hardware_fm.cpp:261:13: warning: unused parameter 'env' [-Wunused-parameter]
  1389. static jint android_hardware_fmradio_FmReceiverJNI_getControlNative
  1390. ^
  1391. hardware/qcom/fm/jni/android_hardware_fm.cpp:261:13: warning: unused parameter 'thiz' [-Wunused-parameter]
  1392. hardware/qcom/fm/jni/android_hardware_fm.cpp:287:13: warning: unused parameter 'env' [-Wunused-parameter]
  1393. static jint android_hardware_fmradio_FmReceiverJNI_startSearchNative
  1394. ^
  1395. hardware/qcom/fm/jni/android_hardware_fm.cpp:287:13: warning: unused parameter 'thiz' [-Wunused-parameter]
  1396. hardware/qcom/fm/jni/android_hardware_fm.cpp:311:13: warning: unused parameter 'env' [-Wunused-parameter]
  1397. static jint android_hardware_fmradio_FmReceiverJNI_cancelSearchNative
  1398. ^
  1399. hardware/qcom/fm/jni/android_hardware_fm.cpp:311:13: warning: unused parameter 'thiz' [-Wunused-parameter]
  1400. hardware/qcom/fm/jni/android_hardware_fm.cpp:334:13: warning: unused parameter 'env' [-Wunused-parameter]
  1401. static jint android_hardware_fmradio_FmReceiverJNI_getRSSINative
  1402. ^
  1403. hardware/qcom/fm/jni/android_hardware_fm.cpp:334:13: warning: unused parameter 'thiz' [-Wunused-parameter]
  1404. hardware/qcom/fm/jni/android_hardware_fm.cpp:358:13: warning: unused parameter 'env' [-Wunused-parameter]
  1405. static jint android_hardware_fmradio_FmReceiverJNI_setBandNative
  1406. ^
  1407. hardware/qcom/fm/jni/android_hardware_fm.cpp:358:13: warning: unused parameter 'thiz' [-Wunused-parameter]
  1408. hardware/qcom/fm/jni/android_hardware_fm.cpp:382:13: warning: unused parameter 'env' [-Wunused-parameter]
  1409. static jint android_hardware_fmradio_FmReceiverJNI_getLowerBandNative
  1410. ^
  1411. hardware/qcom/fm/jni/android_hardware_fm.cpp:382:13: warning: unused parameter 'thiz' [-Wunused-parameter]
  1412. hardware/qcom/fm/jni/android_hardware_fm.cpp:406:13: warning: unused parameter 'env' [-Wunused-parameter]
  1413. static jint android_hardware_fmradio_FmReceiverJNI_getUpperBandNative
  1414. ^
  1415. hardware/qcom/fm/jni/android_hardware_fm.cpp:406:13: warning: unused parameter 'thiz' [-Wunused-parameter]
  1416. hardware/qcom/fm/jni/android_hardware_fm.cpp:429:13: warning: unused parameter 'env' [-Wunused-parameter]
  1417. static jint android_hardware_fmradio_FmReceiverJNI_setMonoStereoNative
  1418. ^
  1419. hardware/qcom/fm/jni/android_hardware_fm.cpp:429:13: warning: unused parameter 'thiz' [-Wunused-parameter]
  1420. hardware/qcom/fm/jni/android_hardware_fm.cpp:451:13: warning: unused parameter 'thiz' [-Wunused-parameter]
  1421. static jint android_hardware_fmradio_FmReceiverJNI_getBufferNative
  1422. ^
  1423. hardware/qcom/fm/jni/android_hardware_fm.cpp:476:13: warning: unused parameter 'env' [-Wunused-parameter]
  1424. static jint android_hardware_fmradio_FmReceiverJNI_getRawRdsNative
  1425. ^
  1426. hardware/qcom/fm/jni/android_hardware_fm.cpp:476:13: warning: unused parameter 'thiz' [-Wunused-parameter]
  1427. hardware/qcom/fm/jni/android_hardware_fm.cpp:485:13: warning: unused parameter 'env' [-Wunused-parameter]
  1428. static jint android_hardware_fmradio_FmReceiverJNI_setNotchFilterNative(JNIEnv * env, jobject thiz,jint fd, jint id, jboolean aValue)
  1429. ^
  1430. hardware/qcom/fm/jni/android_hardware_fm.cpp:485:13: warning: unused parameter 'thiz' [-Wunused-parameter]
  1431. hardware/qcom/fm/jni/android_hardware_fm.cpp:551:13: warning: unused parameter 'env' [-Wunused-parameter]
  1432. static jint android_hardware_fmradio_FmReceiverJNI_setAnalogModeNative(JNIEnv * env, jobject thiz, jboolean aValue)
  1433. ^
  1434. hardware/qcom/fm/jni/android_hardware_fm.cpp:551:13: warning: unused parameter 'thiz' [-Wunused-parameter]
  1435. hardware/qcom/fm/jni/android_hardware_fm.cpp:594:13: warning: unused parameter 'env' [-Wunused-parameter]
  1436. static jint android_hardware_fmradio_FmReceiverJNI_setPTYNative
  1437. ^
  1438. hardware/qcom/fm/jni/android_hardware_fm.cpp:594:13: warning: unused parameter 'thiz' [-Wunused-parameter]
  1439. hardware/qcom/fm/jni/android_hardware_fm.cpp:619:13: warning: unused parameter 'env' [-Wunused-parameter]
  1440. static jint android_hardware_fmradio_FmReceiverJNI_setPINative
  1441. ^
  1442. hardware/qcom/fm/jni/android_hardware_fm.cpp:619:13: warning: unused parameter 'thiz' [-Wunused-parameter]
  1443. hardware/qcom/fm/jni/android_hardware_fm.cpp:644:13: warning: unused parameter 'thiz' [-Wunused-parameter]
  1444. static jint android_hardware_fmradio_FmReceiverJNI_startRTNative
  1445. ^
  1446. hardware/qcom/fm/jni/android_hardware_fm.cpp:644:13: warning: unused parameter 'count' [-Wunused-parameter]
  1447. hardware/qcom/fm/jni/android_hardware_fm.cpp:702:13: warning: unused parameter 'env' [-Wunused-parameter]
  1448. static jint android_hardware_fmradio_FmReceiverJNI_stopRTNative
  1449. ^
  1450. hardware/qcom/fm/jni/android_hardware_fm.cpp:702:13: warning: unused parameter 'thiz' [-Wunused-parameter]
  1451. hardware/qcom/fm/jni/android_hardware_fm.cpp:724:13: warning: unused parameter 'thiz' [-Wunused-parameter]
  1452. static jint android_hardware_fmradio_FmReceiverJNI_startPSNative
  1453. ^
  1454. hardware/qcom/fm/jni/android_hardware_fm.cpp:724:13: warning: unused parameter 'count' [-Wunused-parameter]
  1455. hardware/qcom/fm/jni/android_hardware_fm.cpp:781:13: warning: unused parameter 'env' [-Wunused-parameter]
  1456. static jint android_hardware_fmradio_FmReceiverJNI_stopPSNative
  1457. ^
  1458. hardware/qcom/fm/jni/android_hardware_fm.cpp:781:13: warning: unused parameter 'thiz' [-Wunused-parameter]
  1459. hardware/qcom/fm/jni/android_hardware_fm.cpp:805:13: warning: unused parameter 'env' [-Wunused-parameter]
  1460. static jint android_hardware_fmradio_FmReceiverJNI_configureSpurTable
  1461. ^
  1462. hardware/qcom/fm/jni/android_hardware_fm.cpp:805:13: warning: unused parameter 'thiz' [-Wunused-parameter]
  1463. hardware/qcom/fm/jni/android_hardware_fm.cpp:828:13: warning: unused parameter 'env' [-Wunused-parameter]
  1464. static jint android_hardware_fmradio_FmReceiverJNI_setPSRepeatCountNative
  1465. ^
  1466. hardware/qcom/fm/jni/android_hardware_fm.cpp:828:13: warning: unused parameter 'thiz' [-Wunused-parameter]
  1467. hardware/qcom/fm/jni/android_hardware_fm.cpp:853:13: warning: unused parameter 'env' [-Wunused-parameter]
  1468. static jint android_hardware_fmradio_FmReceiverJNI_setTxPowerLevelNative
  1469. ^
  1470. hardware/qcom/fm/jni/android_hardware_fm.cpp:853:13: warning: unused parameter 'thiz' [-Wunused-parameter]
  1471. hardware/qcom/fm/jni/android_hardware_fm.cpp:876:13: warning: unused parameter 'env' [-Wunused-parameter]
  1472. static void android_hardware_fmradio_FmReceiverJNI_configurePerformanceParams
  1473. ^
  1474. hardware/qcom/fm/jni/android_hardware_fm.cpp:876:13: warning: unused parameter 'thiz' [-Wunused-parameter]
  1475. hardware/qcom/fm/jni/android_hardware_fm.cpp:886:13: warning: unused parameter 'thiz' [-Wunused-parameter]
  1476. static jint android_hardware_fmradio_FmReceiverJNI_setSpurDataNative
  1477. ^
  1478. hardware/qcom/fm/jni/android_hardware_fm.cpp:994:6: warning: unused parameter 'reserved' [-Wunused-parameter]
  1479. jint JNI_OnLoad(JavaVM *jvm, void *reserved)
  1480. ^
  1481. ^[[32mtarget thumb C++:^[[0m libqcomfm_jni <= hardware/qcom/fm/jni/FmIoctlsInterface.cpp
  1482. In file included from hardware/qcom/fm/jni/FmIoctlsInterface.h:34:0,
  1483. from hardware/qcom/fm/jni/FmIoctlsInterface.cpp:29:
  1484. out/target/product/fp2/obj/KERNEL_OBJ/usr/include/linux/videodev2.h:1244:0: warning: "V4L2_CID_AUDIO_MUTE" redefined [enabled by default]
  1485. #define V4L2_CID_AUDIO_MUTE (V4L2_CID_BASE+9)
  1486. ^
  1487. In file included from hardware/qcom/fm/jni/FmIoctlsInterface.h:32:0,
  1488. from hardware/qcom/fm/jni/FmIoctlsInterface.cpp:29:
  1489. hardware/qcom/fm/jni/FmConst.h:51:0: note: this is the location of the previous definition
  1490. #define V4L2_CID_AUDIO_MUTE (V4L2_CID_BASE + 9)
  1491. ^
  1492. ^[[32mtarget thumb C++:^[[0m libqcomfm_jni <= hardware/qcom/fm/jni/FmPerformanceParams.cpp
  1493. In file included from hardware/qcom/fm/jni/FmIoctlsInterface.h:34:0,
  1494. from hardware/qcom/fm/jni/FmPerformanceParams.cpp:30:
  1495. out/target/product/fp2/obj/KERNEL_OBJ/usr/include/linux/videodev2.h:1244:0: warning: "V4L2_CID_AUDIO_MUTE" redefined [enabled by default]
  1496. #define V4L2_CID_AUDIO_MUTE (V4L2_CID_BASE+9)
  1497. ^
  1498. In file included from hardware/qcom/fm/jni/FmPerformanceParams.h:32:0,
  1499. from hardware/qcom/fm/jni/FmPerformanceParams.cpp:29:
  1500. hardware/qcom/fm/jni/FmConst.h:51:0: note: this is the location of the previous definition
  1501. #define V4L2_CID_AUDIO_MUTE (V4L2_CID_BASE + 9)
  1502. ^
  1503. ^[[32mtarget thumb C++:^[[0m libOmxVdec <= hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/frameparser.cpp
  1504. ^[[32mtarget thumb C++:^[[0m libOmxVdec <= hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/h264_utils.cpp
  1505. In file included from bionic/libc/include/sys/select.h:35:0,
  1506. from bionic/libc/include/unistd.h:34,
  1507. from bionic/libc/include/fcntl.h:37,
  1508. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/frameparser.cpp:31:
  1509. bionic/libc/include/signal.h:67:0: warning: "NSIG" redefined [enabled by default]
  1510. #define NSIG _NSIG
  1511. ^
  1512. In file included from out/target/product/fp2/obj/KERNEL_OBJ/usr/include/linux/signal.h:4:0,
  1513. from bionic/libc/include/signal.h:50,
  1514. from bionic/libc/include/sys/select.h:35,
  1515. from bionic/libc/include/unistd.h:34,
  1516. from bionic/libc/include/fcntl.h:37,
  1517. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/frameparser.cpp:31:
  1518. out/target/product/fp2/obj/KERNEL_OBJ/usr/include/asm/signal.h:11:0: note: this is the location of the previous definition
  1519. #define NSIG 32
  1520. ^
  1521. In file included from bionic/libc/include/sys/select.h:35:0,
  1522. from bionic/libc/include/unistd.h:34,
  1523. from bionic/libc/include/fcntl.h:37,
  1524. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/frameparser.cpp:31:
  1525. bionic/libc/include/signal.h:70:0: warning: "SIGRTMIN" redefined [enabled by default]
  1526. #define SIGRTMIN (__libc_current_sigrtmin())
  1527. ^
  1528. In file included from out/target/product/fp2/obj/KERNEL_OBJ/usr/include/linux/signal.h:4:0,
  1529. from bionic/libc/include/signal.h:50,
  1530. from bionic/libc/include/sys/select.h:35,
  1531. from bionic/libc/include/unistd.h:34,
  1532. from bionic/libc/include/fcntl.h:37,
  1533. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/frameparser.cpp:31:
  1534. out/target/product/fp2/obj/KERNEL_OBJ/usr/include/asm/signal.h:54:0: note: this is the location of the previous definition
  1535. #define SIGRTMIN 32
  1536. ^
  1537. In file included from bionic/libc/include/sys/select.h:35:0,
  1538. from bionic/libc/include/unistd.h:34,
  1539. from bionic/libc/include/fcntl.h:37,
  1540. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/frameparser.cpp:31:
  1541. bionic/libc/include/signal.h:71:0: warning: "SIGRTMAX" redefined [enabled by default]
  1542. #define SIGRTMAX (__libc_current_sigrtmax())
  1543. ^
  1544. In file included from out/target/product/fp2/obj/KERNEL_OBJ/usr/include/linux/signal.h:4:0,
  1545. from bionic/libc/include/signal.h:50,
  1546. from bionic/libc/include/sys/select.h:35,
  1547. from bionic/libc/include/unistd.h:34,
  1548. from bionic/libc/include/fcntl.h:37,
  1549. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/frameparser.cpp:31:
  1550. out/target/product/fp2/obj/KERNEL_OBJ/usr/include/asm/signal.h:55:0: note: this is the location of the previous definition
  1551. #define SIGRTMAX _NSIG
  1552. ^
  1553. In file included from bionic/libc/include/unistd.h:34:0,
  1554. from bionic/libc/include/fcntl.h:37,
  1555. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/frameparser.cpp:31:
  1556. bionic/libc/include/sys/select.h:40:0: warning: "FD_SETSIZE" redefined [enabled by default]
  1557. #define FD_SETSIZE 1024
  1558. ^
  1559. In file included from bionic/libc/include/sys/time.h:33:0,
  1560. from bionic/libc/include/sys/select.h:33,
  1561. from bionic/libc/include/unistd.h:34,
  1562. from bionic/libc/include/fcntl.h:37,
  1563. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/frameparser.cpp:31:
  1564. out/target/product/fp2/obj/KERNEL_OBJ/usr/include/linux/time.h:28:0: note: this is the location of the previous definition
  1565. #define FD_SETSIZE __FD_SETSIZE
  1566. ^
  1567. In file included from bionic/libc/include/unistd.h:34:0,
  1568. from bionic/libc/include/fcntl.h:37,
  1569. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/frameparser.cpp:31:
  1570. bionic/libc/include/sys/select.h:41:0: warning: "NFDBITS" redefined [enabled by default]
  1571. #define NFDBITS (8 * sizeof(unsigned long))
  1572. ^
  1573. In file included from bionic/libc/include/sys/time.h:33:0,
  1574. from bionic/libc/include/sys/select.h:33,
  1575. from bionic/libc/include/unistd.h:34,
  1576. from bionic/libc/include/fcntl.h:37,
  1577. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/frameparser.cpp:31:
  1578. out/target/product/fp2/obj/KERNEL_OBJ/usr/include/linux/time.h:26:0: note: this is the location of the previous definition
  1579. #define NFDBITS __NFDBITS
  1580. ^
  1581. In file included from bionic/libc/include/unistd.h:34:0,
  1582. from bionic/libc/include/fcntl.h:37,
  1583. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/frameparser.cpp:31:
  1584. bionic/libc/include/sys/select.h:42:0: warning: "__FDSET_LONGS" redefined [enabled by default]
  1585. #define __FDSET_LONGS (FD_SETSIZE/NFDBITS)
  1586. ^
  1587. In file included from out/target/product/fp2/obj/KERNEL_OBJ/usr/include/linux/types.h:8:0,
  1588. from bionic/libc/include/sys/types.h:35,
  1589. from bionic/libc/include/stdio.h:42,
  1590. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/frameparser.cpp:28:
  1591. out/target/product/fp2/obj/KERNEL_OBJ/usr/include/linux/posix_types.h:28:0: note: this is the location of the previous definition
  1592. #define __FDSET_LONGS (__FD_SETSIZE/__NFDBITS)
  1593. ^
  1594. In file included from bionic/libc/include/unistd.h:34:0,
  1595. from bionic/libc/include/fcntl.h:37,
  1596. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/frameparser.cpp:31:
  1597. bionic/libc/include/sys/select.h:48:0: warning: "__FDELT" redefined [enabled by default]
  1598. #define __FDELT(fd) ((fd) / NFDBITS)
  1599. ^
  1600. In file included from out/target/product/fp2/obj/KERNEL_OBJ/usr/include/linux/types.h:8:0,
  1601. from bionic/libc/include/sys/types.h:35,
  1602. from bionic/libc/include/stdio.h:42,
  1603. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/frameparser.cpp:28:
  1604. out/target/product/fp2/obj/KERNEL_OBJ/usr/include/linux/posix_types.h:31:0: note: this is the location of the previous definition
  1605. #define __FDELT(d) ((d) / __NFDBITS)
  1606. ^
  1607. In file included from bionic/libc/include/unistd.h:34:0,
  1608. from bionic/libc/include/fcntl.h:37,
  1609. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/frameparser.cpp:31:
  1610. bionic/libc/include/sys/select.h:49:0: warning: "__FDMASK" redefined [enabled by default]
  1611. #define __FDMASK(fd) (1UL << ((fd) % NFDBITS))
  1612. ^
  1613. In file included from out/target/product/fp2/obj/KERNEL_OBJ/usr/include/linux/types.h:8:0,
  1614. from bionic/libc/include/sys/types.h:35,
  1615. from bionic/libc/include/stdio.h:42,
  1616. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/frameparser.cpp:28:
  1617. out/target/product/fp2/obj/KERNEL_OBJ/usr/include/linux/posix_types.h:34:0: note: this is the location of the previous definition
  1618. #define __FDMASK(d) (1UL << ((d) % __NFDBITS))
  1619. ^
  1620. In file included from bionic/libc/include/unistd.h:34:0,
  1621. from bionic/libc/include/fcntl.h:37,
  1622. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/frameparser.cpp:31:
  1623. bionic/libc/include/sys/select.h:52:0: warning: "FD_ZERO" redefined [enabled by default]
  1624. #define FD_ZERO(set) (memset(set, 0, sizeof(*(fd_set*)(set))))
  1625. ^
  1626. In file included from bionic/libc/include/sys/time.h:33:0,
  1627. from bionic/libc/include/sys/select.h:33,
  1628. from bionic/libc/include/unistd.h:34,
  1629. from bionic/libc/include/fcntl.h:37,
  1630. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/frameparser.cpp:31:
  1631. out/target/product/fp2/obj/KERNEL_OBJ/usr/include/linux/time.h:32:0: note: this is the location of the previous definition
  1632. #define FD_ZERO(fdsetp) __FD_ZERO(fdsetp)
  1633. ^
  1634. In file included from bionic/libc/include/unistd.h:34:0,
  1635. from bionic/libc/include/fcntl.h:37,
  1636. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/frameparser.cpp:31:
  1637. bionic/libc/include/sys/select.h:59:0: warning: "FD_CLR" redefined [enabled by default]
  1638. #define FD_CLR(fd, set) __FD_CLR_chk(fd, set, __bos(set))
  1639. ^
  1640. In file included from bionic/libc/include/sys/time.h:33:0,
  1641. from bionic/libc/include/sys/select.h:33,
  1642. from bionic/libc/include/unistd.h:34,
  1643. from bionic/libc/include/fcntl.h:37,
  1644. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/frameparser.cpp:31:
  1645. out/target/product/fp2/obj/KERNEL_OBJ/usr/include/linux/time.h:30:0: note: this is the location of the previous definition
  1646. #define FD_CLR(fd,fdsetp) __FD_CLR(fd,fdsetp)
  1647. ^
  1648. In file included from bionic/libc/include/unistd.h:34:0,
  1649. from bionic/libc/include/fcntl.h:37,
  1650. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/frameparser.cpp:31:
  1651. bionic/libc/include/sys/select.h:60:0: warning: "FD_SET" redefined [enabled by default]
  1652. #define FD_SET(fd, set) __FD_SET_chk(fd, set, __bos(set))
  1653. ^
  1654. In file included from bionic/libc/include/sys/time.h:33:0,
  1655. from bionic/libc/include/sys/select.h:33,
  1656. from bionic/libc/include/unistd.h:34,
  1657. from bionic/libc/include/fcntl.h:37,
  1658. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/frameparser.cpp:31:
  1659. out/target/product/fp2/obj/KERNEL_OBJ/usr/include/linux/time.h:29:0: note: this is the location of the previous definition
  1660. #define FD_SET(fd,fdsetp) __FD_SET(fd,fdsetp)
  1661. ^
  1662. In file included from bionic/libc/include/unistd.h:34:0,
  1663. from bionic/libc/include/fcntl.h:37,
  1664. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/frameparser.cpp:31:
  1665. bionic/libc/include/sys/select.h:61:0: warning: "FD_ISSET" redefined [enabled by default]
  1666. #define FD_ISSET(fd, set) __FD_ISSET_chk(fd, set, __bos(set))
  1667. ^
  1668. In file included from bionic/libc/include/sys/time.h:33:0,
  1669. from bionic/libc/include/sys/select.h:33,
  1670. from bionic/libc/include/unistd.h:34,
  1671. from bionic/libc/include/fcntl.h:37,
  1672. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/frameparser.cpp:31:
  1673. out/target/product/fp2/obj/KERNEL_OBJ/usr/include/linux/time.h:31:0: note: this is the location of the previous definition
  1674. #define FD_ISSET(fd,fdsetp) __FD_ISSET(fd,fdsetp)
  1675. ^
  1676. ^[[32mtarget thumb C++:^[[0m libOmxVdec <= hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/ts_parser.cpp
  1677. ^[[32mtarget thumb C++:^[[0m libOmxVdec <= hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/mp4_utils.cpp
  1678. In file included from bionic/libc/include/pthread.h:33:0,
  1679. from hardware/qcom/media/default/mm-video-v4l2/vidc/../vidc/common/inc/vidc_debug.h:34,
  1680. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/mp4_utils.cpp:30:
  1681. bionic/libc/include/signal.h:67:0: warning: "NSIG" redefined [enabled by default]
  1682. #define NSIG _NSIG
  1683. ^
  1684. In file included from out/target/product/fp2/obj/KERNEL_OBJ/usr/include/linux/signal.h:4:0,
  1685. from bionic/libc/include/signal.h:50,
  1686. from bionic/libc/include/pthread.h:33,
  1687. from hardware/qcom/media/default/mm-video-v4l2/vidc/../vidc/common/inc/vidc_debug.h:34,
  1688. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/mp4_utils.cpp:30:
  1689. out/target/product/fp2/obj/KERNEL_OBJ/usr/include/asm/signal.h:11:0: note: this is the location of the previous definition
  1690. #define NSIG 32
  1691. ^
  1692. In file included from bionic/libc/include/pthread.h:33:0,
  1693. from hardware/qcom/media/default/mm-video-v4l2/vidc/../vidc/common/inc/vidc_debug.h:34,
  1694. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/mp4_utils.cpp:30:
  1695. bionic/libc/include/signal.h:70:0: warning: "SIGRTMIN" redefined [enabled by default]
  1696. #define SIGRTMIN (__libc_current_sigrtmin())
  1697. ^
  1698. In file included from out/target/product/fp2/obj/KERNEL_OBJ/usr/include/linux/signal.h:4:0,
  1699. from bionic/libc/include/signal.h:50,
  1700. from bionic/libc/include/pthread.h:33,
  1701. from hardware/qcom/media/default/mm-video-v4l2/vidc/../vidc/common/inc/vidc_debug.h:34,
  1702. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/mp4_utils.cpp:30:
  1703. out/target/product/fp2/obj/KERNEL_OBJ/usr/include/asm/signal.h:54:0: note: this is the location of the previous definition
  1704. #define SIGRTMIN 32
  1705. ^
  1706. In file included from bionic/libc/include/pthread.h:33:0,
  1707. from hardware/qcom/media/default/mm-video-v4l2/vidc/../vidc/common/inc/vidc_debug.h:34,
  1708. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/mp4_utils.cpp:30:
  1709. bionic/libc/include/signal.h:71:0: warning: "SIGRTMAX" redefined [enabled by default]
  1710. #define SIGRTMAX (__libc_current_sigrtmax())
  1711. ^
  1712. In file included from out/target/product/fp2/obj/KERNEL_OBJ/usr/include/linux/signal.h:4:0,
  1713. from bionic/libc/include/signal.h:50,
  1714. from bionic/libc/include/pthread.h:33,
  1715. from hardware/qcom/media/default/mm-video-v4l2/vidc/../vidc/common/inc/vidc_debug.h:34,
  1716. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/mp4_utils.cpp:30:
  1717. out/target/product/fp2/obj/KERNEL_OBJ/usr/include/asm/signal.h:55:0: note: this is the location of the previous definition
  1718. #define SIGRTMAX _NSIG
  1719. ^
  1720. ^[[32mtarget thumb C++:^[[0m libOmxVdec <= hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/hevc_utils.cpp
  1721. ^[[32mtarget thumb C++:^[[0m libOmxVdec <= hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp
  1722. ^[[32mtarget thumb C++:^[[0m libOmxVdec <= hardware/qcom/media/default/mm-video-v4l2/vidc/common/src/extra_data_handler.cpp
  1723. ^[[32mtarget thumb C++:^[[0m libOmxVdec <= hardware/qcom/media/default/mm-video-v4l2/vidc/common/src/vidc_color_converter.cpp
  1724. ^[[32mtarget thumb C++:^[[0m libqdMetaData <= hardware/qcom/display/msm8974/libqdutils/qdMetaData.cpp
  1725. ^[[32mtarget thumb C:^[[0m libqcompostprocbundle <= hardware/qcom/audio/default/post_proc/bundle.c
  1726. ^[[32mtarget thumb C:^[[0m libqcompostprocbundle <= hardware/qcom/audio/default/post_proc/equalizer.c
  1727. ^[[32mtarget thumb C:^[[0m libqcompostprocbundle <= hardware/qcom/audio/default/post_proc/bass_boost.c
  1728. ^[[32mtarget thumb C:^[[0m libqcompostprocbundle <= hardware/qcom/audio/default/post_proc/virtualizer.c
  1729. ^[[32mtarget thumb C:^[[0m libqcompostprocbundle <= hardware/qcom/audio/default/post_proc/reverb.c
  1730. ^[[32mtarget thumb C:^[[0m libqcompostprocbundle <= hardware/qcom/audio/default/post_proc/effect_api.c
  1731. ^[[33mhost Executable:^[[0m minigzip (/home/arvil/fp2-ut/cmod/out/host/linux-x86/obj32/EXECUTABLES/minigzip_intermediates/minigzip)
  1732. ^[[33mhost C:^[[0m mkbootimg <= system/core/mkbootimg/mkbootimg.c
  1733. ^[[33mhost Executable:^[[0m mkbootfs (/home/arvil/fp2-ut/cmod/out/host/linux-x86/obj32/EXECUTABLES/mkbootfs_intermediates/mkbootfs)
  1734. ^[[33mhost StaticLib:^[[0m libmincrypt_32 (/home/arvil/fp2-ut/cmod/out/host/linux-x86/obj32/STATIC_LIBRARIES/libmincrypt_intermediates/libmincrypt.a)
  1735. ^[[32mtarget thumb C:^[[0m minivold <= system/vold/vold.c
  1736. In file included from bionic/libc/include/pthread.h:33:0,
  1737. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:43:
  1738. bionic/libc/include/signal.h:67:0: warning: "NSIG" redefined [enabled by default]
  1739. #define NSIG _NSIG
  1740. ^
  1741. In file included from out/target/product/fp2/obj/KERNEL_OBJ/usr/include/linux/signal.h:4:0,
  1742. from bionic/libc/include/signal.h:50,
  1743. from bionic/libc/include/pthread.h:33,
  1744. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:43:
  1745. out/target/product/fp2/obj/KERNEL_OBJ/usr/include/asm/signal.h:11:0: note: this is the location of the previous definition
  1746. #define NSIG 32
  1747. ^
  1748. In file included from bionic/libc/include/pthread.h:33:0,
  1749. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:43:
  1750. bionic/libc/include/signal.h:70:0: warning: "SIGRTMIN" redefined [enabled by default]
  1751. #define SIGRTMIN (__libc_current_sigrtmin())
  1752. ^
  1753. In file included from out/target/product/fp2/obj/KERNEL_OBJ/usr/include/linux/signal.h:4:0,
  1754. from bionic/libc/include/signal.h:50,
  1755. from bionic/libc/include/pthread.h:33,
  1756. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:43:
  1757. out/target/product/fp2/obj/KERNEL_OBJ/usr/include/asm/signal.h:54:0: note: this is the location of the previous definition
  1758. #define SIGRTMIN 32
  1759. ^
  1760. In file included from bionic/libc/include/pthread.h:33:0,
  1761. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:43:
  1762. bionic/libc/include/signal.h:71:0: warning: "SIGRTMAX" redefined [enabled by default]
  1763. #define SIGRTMAX (__libc_current_sigrtmax())
  1764. ^
  1765. In file included from out/target/product/fp2/obj/KERNEL_OBJ/usr/include/linux/signal.h:4:0,
  1766. from bionic/libc/include/signal.h:50,
  1767. from bionic/libc/include/pthread.h:33,
  1768. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:43:
  1769. out/target/product/fp2/obj/KERNEL_OBJ/usr/include/asm/signal.h:55:0: note: this is the location of the previous definition
  1770. #define SIGRTMAX _NSIG
  1771. ^
  1772. In file included from bionic/libc/include/unistd.h:34:0,
  1773. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:46:
  1774. bionic/libc/include/sys/select.h:40:0: warning: "FD_SETSIZE" redefined [enabled by default]
  1775. #define FD_SETSIZE 1024
  1776. ^
  1777. In file included from bionic/libc/include/sys/time.h:33:0,
  1778. from bionic/libc/include/time.h:33,
  1779. from bionic/libc/include/pthread.h:32,
  1780. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:43:
  1781. out/target/product/fp2/obj/KERNEL_OBJ/usr/include/linux/time.h:28:0: note: this is the location of the previous definition
  1782. #define FD_SETSIZE __FD_SETSIZE
  1783. ^
  1784. In file included from bionic/libc/include/unistd.h:34:0,
  1785. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:46:
  1786. bionic/libc/include/sys/select.h:41:0: warning: "NFDBITS" redefined [enabled by default]
  1787. #define NFDBITS (8 * sizeof(unsigned long))
  1788. ^
  1789. In file included from bionic/libc/include/sys/time.h:33:0,
  1790. from bionic/libc/include/time.h:33,
  1791. from bionic/libc/include/pthread.h:32,
  1792. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:43:
  1793. out/target/product/fp2/obj/KERNEL_OBJ/usr/include/linux/time.h:26:0: note: this is the location of the previous definition
  1794. #define NFDBITS __NFDBITS
  1795. ^
  1796. In file included from bionic/libc/include/unistd.h:34:0,
  1797. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:46:
  1798. bionic/libc/include/sys/select.h:42:0: warning: "__FDSET_LONGS" redefined [enabled by default]
  1799. #define __FDSET_LONGS (FD_SETSIZE/NFDBITS)
  1800. ^
  1801. In file included from out/target/product/fp2/obj/KERNEL_OBJ/usr/include/linux/types.h:8:0,
  1802. from bionic/libc/include/sys/types.h:35,
  1803. from bionic/libc/include/sys/time.h:32,
  1804. from bionic/libc/include/time.h:33,
  1805. from bionic/libc/include/pthread.h:32,
  1806. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:43:
  1807. out/target/product/fp2/obj/KERNEL_OBJ/usr/include/linux/posix_types.h:28:0: note: this is the location of the previous definition
  1808. #define __FDSET_LONGS (__FD_SETSIZE/__NFDBITS)
  1809. ^
  1810. In file included from bionic/libc/include/unistd.h:34:0,
  1811. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:46:
  1812. bionic/libc/include/sys/select.h:48:0: warning: "__FDELT" redefined [enabled by default]
  1813. #define __FDELT(fd) ((fd) / NFDBITS)
  1814. ^
  1815. In file included from out/target/product/fp2/obj/KERNEL_OBJ/usr/include/linux/types.h:8:0,
  1816. from bionic/libc/include/sys/types.h:35,
  1817. from bionic/libc/include/sys/time.h:32,
  1818. from bionic/libc/include/time.h:33,
  1819. from bionic/libc/include/pthread.h:32,
  1820. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:43:
  1821. out/target/product/fp2/obj/KERNEL_OBJ/usr/include/linux/posix_types.h:31:0: note: this is the location of the previous definition
  1822. #define __FDELT(d) ((d) / __NFDBITS)
  1823. ^
  1824. In file included from bionic/libc/include/unistd.h:34:0,
  1825. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:46:
  1826. bionic/libc/include/sys/select.h:49:0: warning: "__FDMASK" redefined [enabled by default]
  1827. #define __FDMASK(fd) (1UL << ((fd) % NFDBITS))
  1828. ^
  1829. In file included from out/target/product/fp2/obj/KERNEL_OBJ/usr/include/linux/types.h:8:0,
  1830. from bionic/libc/include/sys/types.h:35,
  1831. from bionic/libc/include/sys/time.h:32,
  1832. from bionic/libc/include/time.h:33,
  1833. from bionic/libc/include/pthread.h:32,
  1834. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:43:
  1835. out/target/product/fp2/obj/KERNEL_OBJ/usr/include/linux/posix_types.h:34:0: note: this is the location of the previous definition
  1836. #define __FDMASK(d) (1UL << ((d) % __NFDBITS))
  1837. ^
  1838. In file included from bionic/libc/include/unistd.h:34:0,
  1839. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:46:
  1840. bionic/libc/include/sys/select.h:52:0: warning: "FD_ZERO" redefined [enabled by default]
  1841. #define FD_ZERO(set) (memset(set, 0, sizeof(*(fd_set*)(set))))
  1842. ^
  1843. In file included from bionic/libc/include/sys/time.h:33:0,
  1844. from bionic/libc/include/time.h:33,
  1845. from bionic/libc/include/pthread.h:32,
  1846. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:43:
  1847. out/target/product/fp2/obj/KERNEL_OBJ/usr/include/linux/time.h:32:0: note: this is the location of the previous definition
  1848. #define FD_ZERO(fdsetp) __FD_ZERO(fdsetp)
  1849. ^
  1850. In file included from bionic/libc/include/unistd.h:34:0,
  1851. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:46:
  1852. bionic/libc/include/sys/select.h:59:0: warning: "FD_CLR" redefined [enabled by default]
  1853. #define FD_CLR(fd, set) __FD_CLR_chk(fd, set, __bos(set))
  1854. ^
  1855. In file included from bionic/libc/include/sys/time.h:33:0,
  1856. from bionic/libc/include/time.h:33,
  1857. from bionic/libc/include/pthread.h:32,
  1858. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:43:
  1859. out/target/product/fp2/obj/KERNEL_OBJ/usr/include/linux/time.h:30:0: note: this is the location of the previous definition
  1860. #define FD_CLR(fd,fdsetp) __FD_CLR(fd,fdsetp)
  1861. ^
  1862. In file included from bionic/libc/include/unistd.h:34:0,
  1863. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:46:
  1864. bionic/libc/include/sys/select.h:60:0: warning: "FD_SET" redefined [enabled by default]
  1865. #define FD_SET(fd, set) __FD_SET_chk(fd, set, __bos(set))
  1866. ^
  1867. In file included from bionic/libc/include/sys/time.h:33:0,
  1868. from bionic/libc/include/time.h:33,
  1869. from bionic/libc/include/pthread.h:32,
  1870. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:43:
  1871. out/target/product/fp2/obj/KERNEL_OBJ/usr/include/linux/time.h:29:0: note: this is the location of the previous definition
  1872. #define FD_SET(fd,fdsetp) __FD_SET(fd,fdsetp)
  1873. ^
  1874. In file included from bionic/libc/include/unistd.h:34:0,
  1875. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:46:
  1876. bionic/libc/include/sys/select.h:61:0: warning: "FD_ISSET" redefined [enabled by default]
  1877. #define FD_ISSET(fd, set) __FD_ISSET_chk(fd, set, __bos(set))
  1878. ^
  1879. In file included from bionic/libc/include/sys/time.h:33:0,
  1880. from bionic/libc/include/time.h:33,
  1881. from bionic/libc/include/pthread.h:32,
  1882. from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:43:
  1883. out/target/product/fp2/obj/KERNEL_OBJ/usr/include/linux/time.h:31:0: note: this is the location of the previous definition
  1884. #define FD_ISSET(fd,fdsetp) __FD_ISSET(fd,fdsetp)
  1885. ^
  1886. hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp: In member function 'virtual OMX_ERRORTYPE omx_vdec::component_init(OMX_STRING)':
  1887. hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:1637:34: error: 'VDEC_CODECTYPE_MVC' was not declared in this scope
  1888. drv_ctx.decoder_format = VDEC_CODECTYPE_MVC;
  1889. ^
  1890. hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:1805:26: error: 'V4L2_CID_MPEG_VIDC_VIDEO_MVC_BUFFER_LAYOUT' was not declared in this scope
  1891. control.id = V4L2_CID_MPEG_VIDC_VIDEO_MVC_BUFFER_LAYOUT;
  1892. ^
  1893. hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:1806:29: error: 'V4L2_MPEG_VIDC_VIDEO_MVC_TOP_BOTTOM' was not declared in this scope
  1894. control.value = V4L2_MPEG_VIDC_VIDEO_MVC_TOP_BOTTOM;
  1895. ^
  1896. hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:1844:43: error: 'VDEC_CODECTYPE_MVC' was not declared in this scope
  1897. drv_ctx.decoder_format == VDEC_CODECTYPE_MVC) {
  1898. ^
  1899. hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:1856:39: error: 'VDEC_CODECTYPE_MVC' was not declared in this scope
  1900. drv_ctx.decoder_format == VDEC_CODECTYPE_MVC) {
  1901. ^
  1902. In file included from hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:48:0:
  1903. hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp: In member function 'int omx_vdec::alloc_map_ion_memory(OMX_U32, OMX_U32, ion_allocation_data*, ion_fd_data*, int)':
  1904. hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/inc/omx_vdec.h:190:27: error: 'struct ion_allocation_data' has no member named 'heap_id_mask'
  1905. #define ION_HEAP_MASK heap_id_mask
  1906. ^
  1907. hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:7924:17: note: in expansion of macro 'ION_HEAP_MASK'
  1908. alloc_data->ION_HEAP_MASK = ION_HEAP(ION_IOMMU_HEAP_ID);
  1909. ^
  1910. hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/inc/omx_vdec.h:190:27: error: 'struct ion_allocation_data' has no member named 'heap_id_mask'
  1911. #define ION_HEAP_MASK heap_id_mask
  1912. ^
  1913. hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:7926:21: note: in expansion of macro 'ION_HEAP_MASK'
  1914. alloc_data->ION_HEAP_MASK = ION_HEAP(MEM_HEAP_ID);
  1915. ^
  1916. hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp: In member function 'void omx_vdec::handle_extradata(OMX_BUFFERHEADERTYPE*)':
  1917. hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:8678:55: error: 'MSM_VIDC_EXTRADATA_NONE' was not declared in this scope
  1918. && (data->eType != (OMX_EXTRADATATYPE)MSM_VIDC_EXTRADATA_NONE)) {
  1919. ^
  1920. hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:8685:22: error: 'MSM_VIDC_EXTRADATA_INTERLACE_VIDEO' was not declared in this scope
  1921. case MSM_VIDC_EXTRADATA_INTERLACE_VIDEO:
  1922. ^
  1923. hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:8691:34: error: 'MSM_VIDC_INTERLACE_FRAME_PROGRESSIVE' was not declared in this scope
  1924. case MSM_VIDC_INTERLACE_FRAME_PROGRESSIVE:
  1925. ^
  1926. hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:8695:34: error: 'MSM_VIDC_INTERLACE_INTERLEAVE_FRAME_TOPFIELDFIRST' was not declared in this scope
  1927. case MSM_VIDC_INTERLACE_INTERLEAVE_FRAME_TOPFIELDFIRST:
  1928. ^
  1929. hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:8698:34: error: 'MSM_VIDC_INTERLACE_INTERLEAVE_FRAME_BOTTOMFIELDFIRST' was not declared in this scope
  1930. case MSM_VIDC_INTERLACE_INTERLEAVE_FRAME_BOTTOMFIELDFIRST:
  1931. ^
  1932. hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:8720:22: error: 'MSM_VIDC_EXTRADATA_FRAME_RATE' was not declared in this scope
  1933. case MSM_VIDC_EXTRADATA_FRAME_RATE:
  1934. ^
  1935. hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:8725:22: error: 'MSM_VIDC_EXTRADATA_TIMESTAMP' was not declared in this scope
  1936. case MSM_VIDC_EXTRADATA_TIMESTAMP:
  1937. ^
  1938. hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:8732:22: error: 'MSM_VIDC_EXTRADATA_NUM_CONCEALED_MB' was not declared in this scope
  1939. case MSM_VIDC_EXTRADATA_NUM_CONCEALED_MB:
  1940. ^
  1941. hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:8739:22: error: 'MSM_VIDC_EXTRADATA_INDEX' was not declared in this scope
  1942. case MSM_VIDC_EXTRADATA_INDEX:
  1943. ^
  1944. hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:8742:44: error: 'MSM_VIDC_EXTRADATA_ASPECT_RATIO' was not declared in this scope
  1945. if (etype && *etype == MSM_VIDC_EXTRADATA_ASPECT_RATIO) {
  1946. ^
  1947. hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:8753:22: error: 'MSM_VIDC_EXTRADATA_RECOVERY_POINT_SEI' was not declared in this scope
  1948. case MSM_VIDC_EXTRADATA_RECOVERY_POINT_SEI:
  1949. ^
  1950. hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:8757:47: error: 'MSM_VIDC_FRAME_RECONSTRUCTION_CORRECT' was not declared in this scope
  1951. if (recovery_sei_flags != MSM_VIDC_FRAME_RECONSTRUCTION_CORRECT) {
  1952. ^
  1953. hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:8764:21: error: 'MSM_VIDC_EXTRADATA_PANSCAN_WINDOW' was not declared in this scope
  1954. case MSM_VIDC_EXTRADATA_PANSCAN_WINDOW:
  1955. ^
  1956. hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:8773:22: error: 'MSM_VIDC_EXTRADATA_MPEG2_SEQDISP' was not declared in this scope
  1957. case MSM_VIDC_EXTRADATA_MPEG2_SEQDISP:
  1958. ^
  1959. hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:8781:22: error: 'MSM_VIDC_EXTRADATA_S3D_FRAME_PACKING' was not declared in this scope
  1960. case MSM_VIDC_EXTRADATA_S3D_FRAME_PACKING:
  1961. ^
  1962. hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:8789:22: error: 'MSM_VIDC_EXTRADATA_FRAME_QP' was not declared in this scope
  1963. case MSM_VIDC_EXTRADATA_FRAME_QP:
  1964. ^
  1965. hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:8797:22: error: 'MSM_VIDC_EXTRADATA_FRAME_BITS_INFO' was not declared in this scope
  1966. case MSM_VIDC_EXTRADATA_FRAME_BITS_INFO:
  1967. ^
  1968. hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:8805:22: error: 'MSM_VIDC_EXTRADATA_STREAM_USERDATA' was not declared in this scope
  1969. case MSM_VIDC_EXTRADATA_STREAM_USERDATA:
  1970. ^
  1971. hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp: In member function 'OMX_ERRORTYPE omx_vdec::enable_extradata(OMX_U32, bool, bool)':
  1972. hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:8899:29: error: 'V4L2_MPEG_VIDC_EXTRADATA_ASPECT_RATIO' was not declared in this scope
  1973. control.value = V4L2_MPEG_VIDC_EXTRADATA_ASPECT_RATIO;
  1974. ^
  1975. hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp: In member function 'void omx_vdec::append_interlace_extradata(OMX_OTHER_EXTRADATATYPE*, OMX_U32, bool)':
  1976. hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:9136:36: error: 'MSM_VIDC_INTERLACE_FRAME_PROGRESSIVE' was not declared in this scope
  1977. if ((interlaced_format_type == MSM_VIDC_INTERLACE_FRAME_PROGRESSIVE) && !is_mbaff) {
  1978. ^
  1979. hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:9140:43: error: 'MSM_VIDC_INTERLACE_INTERLEAVE_FRAME_TOPFIELDFIRST' was not declared in this scope
  1980. } else if ((interlaced_format_type == MSM_VIDC_INTERLACE_INTERLEAVE_FRAME_TOPFIELDFIRST) && !is_mbaff) {
  1981. ^
  1982. hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:9144:43: error: 'MSM_VIDC_INTERLACE_INTERLEAVE_FRAME_BOTTOMFIELDFIRST' was not declared in this scope
  1983. } else if ((interlaced_format_type == MSM_VIDC_INTERLACE_INTERLEAVE_FRAME_BOTTOMFIELDFIRST) && !is_mbaff) {
  1984. ^
  1985. hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp: In member function 'bool omx_vdec::allocate_color_convert_buf::set_color_format(OMX_COLOR_FORMATTYPE)':
  1986. hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:9624:44: error: 'VDEC_CODECTYPE_MVC' was not declared in this scope
  1987. if (omx->drv_ctx.decoder_format == VDEC_CODECTYPE_MVC)
  1988. ^
  1989. hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp: In member function 'bool omx_vdec::allocate_color_convert_buf::get_color_format(OMX_COLOR_FORMATTYPE&)':
  1990. hardware/qcom/media/default/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:9887:48: error: 'VDEC_CODECTYPE_MVC' was not declared in this scope
  1991. if (omx->drv_ctx.decoder_format == VDEC_CODECTYPE_MVC)
  1992. ^
  1993. build/core/binary.mk:619: recipe for target '/home/arvil/fp2-ut/cmod/out/target/product/fp2/obj/SHARED_LIBRARIES/libOmxVdec_intermediates/vdec/src/omx_vdec_msm8974.o' failed
  1994. make: *** [/home/arvil/fp2-ut/cmod/out/target/product/fp2/obj/SHARED_LIBRARIES/libOmxVdec_intermediates/vdec/src/omx_vdec_msm8974.o] Error 1
  1995. make: *** Attente des tM-CM-"ches non terminM-CM-)es....
  1996. ^[[32mtarget StaticLib:^[[0m libminivold (/home/arvil/fp2-ut/cmod/out/target/product/fp2/obj/STATIC_LIBRARIES/libminivold_intermediates/libminivold.a)
  1997. make: Leaving directory '/home/arvil/fp2-ut/cmod'
  1998.  
  1999. #### make failed to build some targets (01:45:30 (hh:mm:ss)) ####
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement