media.log 47.4 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833
Module media is in DEFALUT mode
Compiling media\metatag\src\ape_parser.c ... 
Compiling media\audio\src\aud_api.c ... 
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
media\audio\src\aud_api.c: 1 warning, 0 errors
Compiling media\audio\src\aud_audio.c ... 
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
media\audio\src\aud_audio.c: 1 warning, 0 errors
Compiling media\audio\src\aud_bt_a2dp.c ... 
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
media\audio\src\aud_bt_a2dp.c: 1 warning, 0 errors
Compiling media\audio\src\aud_bt_hfp.c ... 
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
"media\audio\src\aud_bt_hfp.c", line 689: Warning:  #223-D: function "aud_speech_is_megaphone_on" declared implicitly
  		if(aud_speech_is_megaphone_on())
  		   ^
"media\audio\src\aud_bt_hfp.c", line 691: Warning:  #223-D: function "aud_speech_enable_normal_megaphone" declared implicitly
  			aud_speech_enable_normal_megaphone(KAL_FALSE);
  			^
"media\audio\src\aud_bt_hfp.c", line 742: Warning:  #223-D: function "aud_speech_is_megaphone_on" declared implicitly
  		if(aud_speech_is_megaphone_on())
  		   ^
"media\audio\src\aud_bt_hfp.c", line 744: Warning:  #223-D: function "aud_speech_enable_normal_megaphone" declared implicitly
  			aud_speech_enable_normal_megaphone(KAL_TRUE);
  			^
"media\audio\src\aud_bt_hfp.c", line 828: Warning:  #223-D: function "aud_speech_is_megaphone_on" declared implicitly
  	if(aud_speech_is_megaphone_on())
  	   ^
"media\audio\src\aud_bt_hfp.c", line 830: Warning:  #223-D: function "aud_speech_enable_normal_megaphone" declared implicitly
          aud_speech_enable_normal_megaphone(KAL_FALSE);
          ^
"media\audio\src\aud_bt_hfp.c", line 1016: Warning:  #223-D: function "aud_speech_is_megaphone_on" declared implicitly
  	if(aud_speech_is_megaphone_on())
  	   ^
"media\audio\src\aud_bt_hfp.c", line 1018: Warning:  #223-D: function "aud_speech_enable_normal_megaphone" declared implicitly
          aud_speech_enable_normal_megaphone(KAL_TRUE);
          ^
"media\audio\src\aud_bt_hfp.c", line 1076: Warning:  #223-D: function "aud_speech_is_megaphone_on" declared implicitly
  	if(aud_speech_is_megaphone_on())
  	   ^
"media\audio\src\aud_bt_hfp.c", line 1078: Warning:  #223-D: function "aud_speech_enable_normal_megaphone" declared implicitly
  		aud_speech_enable_normal_megaphone(KAL_TRUE);
  		^
"media\audio\src\aud_bt_hfp.c", line 1123: Warning:  #188-D: enumerated type mixed with another type
      return ((aud_bt_hfp_ctx.audio_path_on) || (((aud_bt_hfp_cmd_enum)aud_bt_hfp_ctx.next_cmd) == AUD_BT_HFP_CMD_CONNECT_SCO));
             ^
media\audio\src\aud_bt_hfp.c: 12 warnings, 0 errors
Compiling media\audio\src\aud_bt_main.c ... 
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
media\audio\src\aud_bt_main.c: 1 warning, 0 errors
Compiling media\audio\src\aud_build_cache.c ... 
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
"plutommi/mmi/Inc/TOPWELL_FEATURES.h", line 105: Warning:  #47-D: incompatible redefinition of macro "CFG_TOPWELL_MENU_LAYOUT_CURRENCY" (declared at line 67)
      #define CFG_TOPWELL_MENU_LAYOUT_CURRENCY                            (__MENU_DEFAULT__)
              ^
"plutommi/mmi/Inc/TOPWELL_FEATURES.h", line 67: Warning:  #47-D: incompatible redefinition of macro "CFG_TOPWELL_MENU_LAYOUT_CURRENCY" (declared at line 105)
      #define    CFG_TOPWELL_MENU_LAYOUT_CURRENCY  (__MENU_ORGANIZE__)
                 ^
"plutommi/mmi/Inc/TOPWELL_FEATURES.h", line 105: Warning:  #47-D: incompatible redefinition of macro "CFG_TOPWELL_MENU_LAYOUT_CURRENCY" (declared at line 67)
      #define CFG_TOPWELL_MENU_LAYOUT_CURRENCY                            (__MENU_DEFAULT__)
              ^
media\audio\src\aud_build_cache.c: 4 warnings, 0 errors
Compiling media\audio\src\aud_daf_parser.c ... 
Compiling media\audio\src\aud_fmradio.c ... 
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
media\audio\src\aud_fmradio.c: 1 warning, 0 errors
Compiling media\audio\src\aud_id3_parser.c ... 
Compiling media\audio\src\aud_ilm.c ... 
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
media\audio\src\aud_ilm.c: 1 warning, 0 errors
Compiling media\audio\src\aud_input_stream.c ... 
Compiling media\audio\src\aud_keytone.c ... 
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
media\audio\src\aud_keytone.c: 1 warning, 0 errors
Compiling media\audio\src\aud_main.c ... 
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
"media\audio\src\aud_main.c", line 893: Warning:  #223-D: function "aud_get_calibration_hdlr" declared implicitly
              aud_get_calibration_hdlr(ilm_ptr);
              ^
media\audio\src\aud_main.c: 2 warnings, 0 errors
Compiling media\audio\src\aud_media.c ... 
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
"plutommi/mmi/Inc/TOPWELL_FEATURES.h", line 105: Warning:  #47-D: incompatible redefinition of macro "CFG_TOPWELL_MENU_LAYOUT_CURRENCY" (declared at line 67)
      #define CFG_TOPWELL_MENU_LAYOUT_CURRENCY                            (__MENU_DEFAULT__)
              ^
"plutommi/mmi/Inc/TOPWELL_FEATURES.h", line 67: Warning:  #47-D: incompatible redefinition of macro "CFG_TOPWELL_MENU_LAYOUT_CURRENCY" (declared at line 105)
      #define    CFG_TOPWELL_MENU_LAYOUT_CURRENCY  (__MENU_ORGANIZE__)
                 ^
"plutommi/mmi/Inc/TOPWELL_FEATURES.h", line 105: Warning:  #47-D: incompatible redefinition of macro "CFG_TOPWELL_MENU_LAYOUT_CURRENCY" (declared at line 67)
      #define CFG_TOPWELL_MENU_LAYOUT_CURRENCY                            (__MENU_DEFAULT__)
              ^
media\audio\src\aud_media.c: 4 warnings, 0 errors
Compiling media\audio\src\aud_melody.c ... 
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
media\audio\src\aud_melody.c: 1 warning, 0 errors
Compiling media\audio\src\aud_mma.c ... 
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
"media\audio\src\aud_mma.c", line 1211: Warning:  #177-D: variable "media_type" was declared but never referenced
      kal_uint8 media_type = (kal_uint8)(kal_uint32)param;
                ^
"media\audio\src\aud_mma.c", line 2520: Warning:  #550-D: variable "app_id" was set but never used
      kal_uint16 app_id;
                 ^
"media\audio\src\aud_mma.c", line 4911: Warning:  #550-D: variable "player_p" was set but never used
      aud_mma_multiple_player_struct *player_p;
                                      ^
media\audio\src\aud_mma.c: 4 warnings, 0 errors
Compiling media\audio\src\aud_player_media.c ... 
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
media\audio\src\aud_player_media.c: 1 warning, 0 errors
Compiling media\audio\src\aud_player_mma.c ... 
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
"media\audio\src\aud_player_mma.c", line 1252: Warning:  #177-D: variable "req_p" was declared but never referenced
              med_aud_player_mma_set_data_t* req_p = (med_aud_player_mma_set_data_t*)data_p;
                                             ^
media\audio\src\aud_player_mma.c: 2 warnings, 0 errors
Compiling media\audio\src\aud_player_mpl.c ... 
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
media\audio\src\aud_player_mpl.c: 1 warning, 0 errors
Compiling media\audio\src\aud_post_process.c ... 
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
media\audio\src\aud_post_process.c: 1 warning, 0 errors
Compiling media\audio\src\aud_record.c ... 
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
media\audio\src\aud_record.c: 1 warning, 0 errors
Compiling media\audio\src\aud_recorder_media.c ... 
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
"media\audio\src\aud_recorder_media.c", line 1689: Warning:  #550-D: variable "drv_result" was set but never used
      kal_int32                 drv_result;
                                ^
media\audio\src\aud_recorder_media.c: 2 warnings, 0 errors
Compiling media\audio\src\aud_speech.c ... 
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
"media\audio\src\aud_speech.c", line 1206: Warning:  #177-D: variable "output_device" was declared but never referenced
  		    kal_uint8 output_device = 0;
  		              ^
media\audio\src\aud_speech.c: 2 warnings, 0 errors
Compiling media\audio\src\aud_tone.c ... 
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
media\audio\src\aud_tone.c: 1 warning, 0 errors
Compiling media\audio\src\aud_utility.c ... 
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
"media\audio\src\aud_utility.c", line 814: Warning:  #550-D: variable "result" was set but never used
      kal_int32 result = MED_RES_FAIL;
                ^
media\audio\src\aud_utility.c: 2 warnings, 0 errors
Compiling Media\common\src\bytestream_hw.c ... 
Compiling media\camera\src\cam_api.c ... 
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
media\camera\src\cam_api.c: 1 warning, 0 errors
Compiling media\camera\src\cam_ilm.c ... 
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
media\camera\src\cam_ilm.c: 1 warning, 0 errors
Compiling media\camera\src\cam_main.c ... 
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
media\camera\src\cam_main.c: 1 warning, 0 errors
Compiling media\camera\src\cam_msg_handler.c ... 
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
"media\camera\src\cam_msg_handler.c", line 2849: Warning:  #188-D: enumerated type mixed with another type
                          PreviewRotate = (PreviewRotate+MM_IMAGE_ROTATE_180)%4;
                                        ^
"media\camera\src\cam_msg_handler.c", line 4121: Warning:  #223-D: function "applib_mem_ap_free_all_cache" declared implicitly
              applib_mem_ap_free_all_cache();
              ^
"media\camera\src\cam_msg_handler.c", line 7040: Warning:  #550-D: variable "jpeg_result" was set but never used
      kal_uint32 jpeg_result = 0;
                 ^
"media\camera\src\cam_msg_handler.c", line 7041: Warning:  #550-D: variable "is_jpeg_saved" was set but never used
      kal_bool is_jpeg_saved = KAL_FALSE;
               ^
"media\camera\src\cam_msg_handler.c", line 7111: Warning:  #111-D: statement is unreachable
      return ret;
      ^
"media\camera\src\cam_msg_handler.c", line 7186: Warning:  #188-D: enumerated type mixed with another type
      cam_context_p->binning_mode = 0;
                                  ^
"media\camera\src\cam_msg_handler.c", line 7198: Warning:  #117-D: non-void function "CATSFeatureGetTestPattern" should return a value
      CAM_PREVIEW_CHECK_IS_BUFFER_AVAILABLE(cam_context_p->frame_buffer1_p);
      ^
"media\camera\src\cam_msg_handler.c", line 7200: Warning:  #117-D: non-void function "CATSFeatureGetTestPattern" should return a value
      CAM_PREVIEW_CHECK_IS_BUFFER_AVAILABLE(cam_context_p->frame_buffer2_p);
      ^
"media\camera\src\cam_msg_handler.c", line 7234: Warning:  #188-D: enumerated type mixed with another type
      CalMdpPreviewPara.ImageRotAngle = 0;
                                      ^
"media\camera\src\cam_msg_handler.c", line 7238: Warning:  #188-D: enumerated type mixed with another type
      CalIspPreviewPara.ContrastLevel = cam_context_p->contrast_level = 1;
                                                                      ^
"media\camera\src\cam_msg_handler.c", line 7239: Warning:  #188-D: enumerated type mixed with another type
      CalIspPreviewPara.SaturationLevel = cam_context_p->saturation_level = 1;
                                                                          ^
"media\camera\src\cam_msg_handler.c", line 7240: Warning:  #188-D: enumerated type mixed with another type
      CalIspPreviewPara.SharpnessLevel = cam_context_p->sharpness_level = 1;
                                                                        ^
"media\camera\src\cam_msg_handler.c", line 7241: Warning:  #188-D: enumerated type mixed with another type
      CalIspPreviewPara.WbMode = cam_context_p->wb_mode = 0;
                                                        ^
"media\camera\src\cam_msg_handler.c", line 7242: Warning:  #188-D: enumerated type mixed with another type
      CalIspPreviewPara.EvValue = cam_context_p->ev_value = 4;
                                                          ^
"media\camera\src\cam_msg_handler.c", line 7243: Warning:  #188-D: enumerated type mixed with another type
      CalIspPreviewPara.BandingFreq = cam_context_p->banding_freq = 0;
                                                                  ^
"media\camera\src\cam_msg_handler.c", line 7244: Warning:  #188-D: enumerated type mixed with another type
      CalIspPreviewPara.ImageEffect = cam_context_p->image_effect = 0;
                                                                  ^
"media\camera\src\cam_msg_handler.c", line 7245: Warning:  #188-D: enumerated type mixed with another type
      CalIspPreviewPara.SceneMode = cam_context_p->scene_mode = 0;
                                                              ^
"media\camera\src\cam_msg_handler.c", line 7246: Warning:  #188-D: enumerated type mixed with another type
      CalIspPreviewPara.AeMeteringMode = cam_context_p->ae_metering_mode = 0;
                                                                         ^
"media\camera\src\cam_msg_handler.c", line 7247: Warning:  #188-D: enumerated type mixed with another type
      CalIspPreviewPara.FlashMode = cam_context_p->flash_mode = 0;
                                                              ^
"media\camera\src\cam_msg_handler.c", line 7248: Warning:  #188-D: enumerated type mixed with another type
      CalIspPreviewPara.AfOperationMode = cam_context_p->af_operation_mode = 1;
                                                                           ^
"media\camera\src\cam_msg_handler.c", line 7249: Warning:  #188-D: enumerated type mixed with another type
      CalIspPreviewPara.AfRange = cam_context_p->af_range = 0;
                                                          ^
"media\camera\src\cam_msg_handler.c", line 7264: Warning:  #117-D: non-void function "CATSFeatureGetTestPattern" should return a value
          CAM_PREVIEW_CHECK_IS_BUFFER_AVAILABLE(cam_context_p->extmem_start_address);
          ^
"media\camera\src\cam_msg_handler.c", line 7173: Warning:  #177-D: variable "CalPostProcPara" was declared but never referenced
      CAL_POSTPROC_STRUCT CalPostProcPara;
                          ^
"media\camera\src\cam_msg_handler.c", line 7484: Warning:  #188-D: enumerated type mixed with another type
      cam_context_p->binning_mode = 0;
                                  ^
"media\camera\src\cam_msg_handler.c", line 7496: Warning:  #117-D: non-void function "CATSFeatureCameraPreview" should return a value
      CAM_PREVIEW_CHECK_IS_BUFFER_AVAILABLE(cam_context_p->frame_buffer1_p);
      ^
"media\camera\src\cam_msg_handler.c", line 7498: Warning:  #117-D: non-void function "CATSFeatureCameraPreview" should return a value
      CAM_PREVIEW_CHECK_IS_BUFFER_AVAILABLE(cam_context_p->frame_buffer2_p);
      ^
"media\camera\src\cam_msg_handler.c", line 7532: Warning:  #188-D: enumerated type mixed with another type
      CalMdpPreviewPara.ImageRotAngle = 0;
                                      ^
"media\camera\src\cam_msg_handler.c", line 7536: Warning:  #188-D: enumerated type mixed with another type
      CalIspPreviewPara.ContrastLevel = cam_context_p->contrast_level = 1;
                                                                      ^
"media\camera\src\cam_msg_handler.c", line 7537: Warning:  #188-D: enumerated type mixed with another type
      CalIspPreviewPara.SaturationLevel = cam_context_p->saturation_level = 1;
                                                                          ^
"media\camera\src\cam_msg_handler.c", line 7538: Warning:  #188-D: enumerated type mixed with another type
      CalIspPreviewPara.SharpnessLevel = cam_context_p->sharpness_level = 1;
                                                                        ^
"media\camera\src\cam_msg_handler.c", line 7539: Warning:  #188-D: enumerated type mixed with another type
      CalIspPreviewPara.WbMode = cam_context_p->wb_mode = 0;
                                                        ^
"media\camera\src\cam_msg_handler.c", line 7540: Warning:  #188-D: enumerated type mixed with another type
      CalIspPreviewPara.EvValue = cam_context_p->ev_value = 4;
                                                          ^
"media\camera\src\cam_msg_handler.c", line 7541: Warning:  #188-D: enumerated type mixed with another type
      CalIspPreviewPara.BandingFreq = cam_context_p->banding_freq = 0;
                                                                  ^
"media\camera\src\cam_msg_handler.c", line 7542: Warning:  #188-D: enumerated type mixed with another type
      CalIspPreviewPara.ImageEffect = cam_context_p->image_effect = 0;
                                                                  ^
"media\camera\src\cam_msg_handler.c", line 7543: Warning:  #188-D: enumerated type mixed with another type
      CalIspPreviewPara.SceneMode = cam_context_p->scene_mode = 0;
                                                              ^
"media\camera\src\cam_msg_handler.c", line 7544: Warning:  #188-D: enumerated type mixed with another type
      CalIspPreviewPara.AeMeteringMode = cam_context_p->ae_metering_mode = 0;
                                                                         ^
"media\camera\src\cam_msg_handler.c", line 7545: Warning:  #188-D: enumerated type mixed with another type
      CalIspPreviewPara.FlashMode = cam_context_p->flash_mode = 0;
                                                              ^
"media\camera\src\cam_msg_handler.c", line 7546: Warning:  #188-D: enumerated type mixed with another type
      CalIspPreviewPara.AfOperationMode = cam_context_p->af_operation_mode = 1;
                                                                           ^
"media\camera\src\cam_msg_handler.c", line 7547: Warning:  #188-D: enumerated type mixed with another type
      CalIspPreviewPara.AfRange = cam_context_p->af_range = 0;
                                                          ^
"media\camera\src\cam_msg_handler.c", line 7562: Warning:  #117-D: non-void function "CATSFeatureCameraPreview" should return a value
          CAM_PREVIEW_CHECK_IS_BUFFER_AVAILABLE(cam_context_p->extmem_start_address);
          ^
"media\camera\src\cam_msg_handler.c", line 7458: Warning:  #177-D: variable "CalInPara" was declared but never referenced
      CAL_FEATURE_CTRL_STRUCT CalInPara;
                              ^
"media\camera\src\cam_msg_handler.c", line 7463: Warning:  #177-D: variable "CalPostProcPara" was declared but never referenced
      CAL_POSTPROC_STRUCT CalPostProcPara;
                          ^
"media\camera\src\cam_msg_handler.c", line 7721: Warning:  #117-D: non-void function "CATSFeatureCameraCapture" should return a value
          CAM_CAPTURE_CHECK_IS_BUFFER_AVAILABLE(cam_context_p->capture_buffer_p);
          ^
"media\camera\src\cam_msg_handler.c", line 7743: Warning:  #117-D: non-void function "CATSFeatureCameraCapture" should return a value
              CAM_CAPTURE_CHECK_IS_BUFFER_AVAILABLE(cam_context_p->extmem_start_address);
              ^
"media\camera\src\cam_msg_handler.c", line 7749: Warning:  #117-D: non-void function "CATSFeatureCameraCapture" should return a value
              CAM_CAPTURE_CHECK_IS_BUFFER_AVAILABLE(cam_context_p->thumbnail_buffer_address);            
              ^
"media\camera\src\cam_msg_handler.c", line 7827: Warning:  #223-D: function "CalInit" declared implicitly
      CalInit();
      ^
"media\camera\src\cam_msg_handler.c", line 7925: Warning:  #223-D: function "CalDeinit" declared implicitly
      ret = CalDeinit();
            ^
"media\camera\src\cam_msg_handler.c", line 7925: Warning:  #188-D: enumerated type mixed with another type
      ret = CalDeinit();
          ^
media\camera\src\cam_msg_handler.c: 49 warnings, 0 errors
Compiling media\metatag\src\id3_v1_parser.c ... 
Compiling media\metatag\src\id3_v2_parser.c ... 
Compiling media\image\src\img_api.c ... 
"plutommi/mmi/Inc/TOPWELL_FEATURES.h", line 105: Warning:  #47-D: incompatible redefinition of macro "CFG_TOPWELL_MENU_LAYOUT_CURRENCY" (declared at line 67)
      #define CFG_TOPWELL_MENU_LAYOUT_CURRENCY                            (__MENU_DEFAULT__)
              ^
"plutommi/mmi/Inc/TOPWELL_FEATURES.h", line 67: Warning:  #47-D: incompatible redefinition of macro "CFG_TOPWELL_MENU_LAYOUT_CURRENCY" (declared at line 105)
      #define    CFG_TOPWELL_MENU_LAYOUT_CURRENCY  (__MENU_ORGANIZE__)
                 ^
"plutommi/mmi/Inc/TOPWELL_FEATURES.h", line 105: Warning:  #47-D: incompatible redefinition of macro "CFG_TOPWELL_MENU_LAYOUT_CURRENCY" (declared at line 67)
      #define CFG_TOPWELL_MENU_LAYOUT_CURRENCY                            (__MENU_DEFAULT__)
              ^
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
media\image\src\img_api.c: 4 warnings, 0 errors
Compiling media\image\src\img_ilm.c ... 
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
media\image\src\img_ilm.c: 1 warning, 0 errors
Compiling media\image\src\img_main.c ... 
"plutommi/mmi/Inc/TOPWELL_FEATURES.h", line 105: Warning:  #47-D: incompatible redefinition of macro "CFG_TOPWELL_MENU_LAYOUT_CURRENCY" (declared at line 67)
      #define CFG_TOPWELL_MENU_LAYOUT_CURRENCY                            (__MENU_DEFAULT__)
              ^
"plutommi/mmi/Inc/TOPWELL_FEATURES.h", line 67: Warning:  #47-D: incompatible redefinition of macro "CFG_TOPWELL_MENU_LAYOUT_CURRENCY" (declared at line 105)
      #define    CFG_TOPWELL_MENU_LAYOUT_CURRENCY  (__MENU_ORGANIZE__)
                 ^
"plutommi/mmi/Inc/TOPWELL_FEATURES.h", line 105: Warning:  #47-D: incompatible redefinition of macro "CFG_TOPWELL_MENU_LAYOUT_CURRENCY" (declared at line 67)
      #define CFG_TOPWELL_MENU_LAYOUT_CURRENCY                            (__MENU_DEFAULT__)
              ^
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
media\image\src\img_main.c: 4 warnings, 0 errors
Compiling media\image\src\img_msg_handler.c ... 
"plutommi/mmi/Inc/TOPWELL_FEATURES.h", line 105: Warning:  #47-D: incompatible redefinition of macro "CFG_TOPWELL_MENU_LAYOUT_CURRENCY" (declared at line 67)
      #define CFG_TOPWELL_MENU_LAYOUT_CURRENCY                            (__MENU_DEFAULT__)
              ^
"plutommi/mmi/Inc/TOPWELL_FEATURES.h", line 67: Warning:  #47-D: incompatible redefinition of macro "CFG_TOPWELL_MENU_LAYOUT_CURRENCY" (declared at line 105)
      #define    CFG_TOPWELL_MENU_LAYOUT_CURRENCY  (__MENU_ORGANIZE__)
                 ^
"plutommi/mmi/Inc/TOPWELL_FEATURES.h", line 105: Warning:  #47-D: incompatible redefinition of macro "CFG_TOPWELL_MENU_LAYOUT_CURRENCY" (declared at line 67)
      #define CFG_TOPWELL_MENU_LAYOUT_CURRENCY                            (__MENU_DEFAULT__)
              ^
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
media\image\src\img_msg_handler.c: 4 warnings, 0 errors
Compiling media\metatag\src\lyrics_parser.c ... 
Compiling media\common\src\med_api.c ... 
"plutommi/mmi/Inc/TOPWELL_FEATURES.h", line 105: Warning:  #47-D: incompatible redefinition of macro "CFG_TOPWELL_MENU_LAYOUT_CURRENCY" (declared at line 67)
      #define CFG_TOPWELL_MENU_LAYOUT_CURRENCY                            (__MENU_DEFAULT__)
              ^
"plutommi/mmi/Inc/TOPWELL_FEATURES.h", line 67: Warning:  #47-D: incompatible redefinition of macro "CFG_TOPWELL_MENU_LAYOUT_CURRENCY" (declared at line 105)
      #define    CFG_TOPWELL_MENU_LAYOUT_CURRENCY  (__MENU_ORGANIZE__)
                 ^
"plutommi/mmi/Inc/TOPWELL_FEATURES.h", line 105: Warning:  #47-D: incompatible redefinition of macro "CFG_TOPWELL_MENU_LAYOUT_CURRENCY" (declared at line 67)
      #define CFG_TOPWELL_MENU_LAYOUT_CURRENCY                            (__MENU_DEFAULT__)
              ^
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
media\common\src\med_api.c: 4 warnings, 0 errors
Compiling media\common\src\med_ext_smalloc.c ... 
"plutommi/mmi/Inc/TOPWELL_FEATURES.h", line 105: Warning:  #47-D: incompatible redefinition of macro "CFG_TOPWELL_MENU_LAYOUT_CURRENCY" (declared at line 67)
      #define CFG_TOPWELL_MENU_LAYOUT_CURRENCY                            (__MENU_DEFAULT__)
              ^
"plutommi/mmi/Inc/TOPWELL_FEATURES.h", line 67: Warning:  #47-D: incompatible redefinition of macro "CFG_TOPWELL_MENU_LAYOUT_CURRENCY" (declared at line 105)
      #define    CFG_TOPWELL_MENU_LAYOUT_CURRENCY  (__MENU_ORGANIZE__)
                 ^
"plutommi/mmi/Inc/TOPWELL_FEATURES.h", line 105: Warning:  #47-D: incompatible redefinition of macro "CFG_TOPWELL_MENU_LAYOUT_CURRENCY" (declared at line 67)
      #define CFG_TOPWELL_MENU_LAYOUT_CURRENCY                            (__MENU_DEFAULT__)
              ^
media\common\src\med_ext_smalloc.c: 3 warnings, 0 errors
Compiling media\common\src\med_ilm.c ... 
Compiling media\common\src\med_int_smalloc.c ... 
Compiling media\common\src\med_main.c ... 
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
"plutommi/mmi/Inc/TOPWELL_FEATURES.h", line 105: Warning:  #47-D: incompatible redefinition of macro "CFG_TOPWELL_MENU_LAYOUT_CURRENCY" (declared at line 67)
      #define CFG_TOPWELL_MENU_LAYOUT_CURRENCY                            (__MENU_DEFAULT__)
              ^
"plutommi/mmi/Inc/TOPWELL_FEATURES.h", line 67: Warning:  #47-D: incompatible redefinition of macro "CFG_TOPWELL_MENU_LAYOUT_CURRENCY" (declared at line 105)
      #define    CFG_TOPWELL_MENU_LAYOUT_CURRENCY  (__MENU_ORGANIZE__)
                 ^
"plutommi/mmi/Inc/TOPWELL_FEATURES.h", line 105: Warning:  #47-D: incompatible redefinition of macro "CFG_TOPWELL_MENU_LAYOUT_CURRENCY" (declared at line 67)
      #define CFG_TOPWELL_MENU_LAYOUT_CURRENCY                            (__MENU_DEFAULT__)
              ^
media\common\src\med_main.c: 4 warnings, 0 errors
Compiling media\common\src\med_utility.c ... 
"plutommi/mmi/Inc/TOPWELL_FEATURES.h", line 105: Warning:  #47-D: incompatible redefinition of macro "CFG_TOPWELL_MENU_LAYOUT_CURRENCY" (declared at line 67)
      #define CFG_TOPWELL_MENU_LAYOUT_CURRENCY                            (__MENU_DEFAULT__)
              ^
"plutommi/mmi/Inc/TOPWELL_FEATURES.h", line 67: Warning:  #47-D: incompatible redefinition of macro "CFG_TOPWELL_MENU_LAYOUT_CURRENCY" (declared at line 105)
      #define    CFG_TOPWELL_MENU_LAYOUT_CURRENCY  (__MENU_ORGANIZE__)
                 ^
"plutommi/mmi/Inc/TOPWELL_FEATURES.h", line 105: Warning:  #47-D: incompatible redefinition of macro "CFG_TOPWELL_MENU_LAYOUT_CURRENCY" (declared at line 67)
      #define CFG_TOPWELL_MENU_LAYOUT_CURRENCY                            (__MENU_DEFAULT__)
              ^
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
"media\common\src\med_utility.c", line 1654: Warning:  #111-D: statement is unreachable
      return -1;
      ^
"media\common\src\med_utility.c", line 1698: Warning:  #111-D: statement is unreachable
      return -1;
      ^
media\common\src\med_utility.c: 6 warnings, 0 errors
Compiling media\common\src\med_v_main.c ... 
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
media\common\src\med_v_main.c: 1 warning, 0 errors
Compiling media\metatag\src\meta_tag_api.c ... 
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
media\metatag\src\meta_tag_api.c: 1 warning, 0 errors
Compiling media\metatag\src\meta_tag_parser.c ... 
Compiling media\video\src\vid_api.c ... 
"plutommi/mmi/Inc/TOPWELL_FEATURES.h", line 105: Warning:  #47-D: incompatible redefinition of macro "CFG_TOPWELL_MENU_LAYOUT_CURRENCY" (declared at line 67)
      #define CFG_TOPWELL_MENU_LAYOUT_CURRENCY                            (__MENU_DEFAULT__)
              ^
"plutommi/mmi/Inc/TOPWELL_FEATURES.h", line 67: Warning:  #47-D: incompatible redefinition of macro "CFG_TOPWELL_MENU_LAYOUT_CURRENCY" (declared at line 105)
      #define    CFG_TOPWELL_MENU_LAYOUT_CURRENCY  (__MENU_ORGANIZE__)
                 ^
"plutommi/mmi/Inc/TOPWELL_FEATURES.h", line 105: Warning:  #47-D: incompatible redefinition of macro "CFG_TOPWELL_MENU_LAYOUT_CURRENCY" (declared at line 67)
      #define CFG_TOPWELL_MENU_LAYOUT_CURRENCY                            (__MENU_DEFAULT__)
              ^
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
"media\video\src\vid_api.c", line 1141: Warning:  #550-D: variable "cur_time" was set but never used
      kal_uint32 cur_time;
                 ^
"media\video\src\vid_api.c", line 1177: Warning:  #550-D: variable "cur_frame_num" was set but never used
      kal_uint32 cur_frame_num;
                 ^
media\video\src\vid_api.c: 6 warnings, 0 errors
Compiling media\video\src\vid_clipper_msg_handler.c ... 
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
media\video\src\vid_clipper_msg_handler.c: 1 warning, 0 errors
Compiling media\video\src\vid_ilm.c ... 
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
media\video\src\vid_ilm.c: 1 warning, 0 errors
Compiling media\video\src\vid_main.c ... 
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
"media\video\src\vid_main.c", line 836: Warning:  #69-D: integer conversion resulted in truncation
      vid_context_p->bit_stream_type = MPL_RECORDER_FORMAT_MAX; /* not initialized */
                                       ^
media\video\src\vid_main.c: 2 warnings, 0 errors
Compiling media\video\src\vid_msg_handler.c ... 
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
"media\video\src\vid_msg_handler.c", line 1152: Warning:  #177-D: variable "open_struct" was declared but never referenced
      mpl_player_open_t open_struct;
                        ^
"media\video\src\vid_msg_handler.c", line 1153: Warning:  #177-D: variable "result" was declared but never referenced
      kal_int32 result;
                ^
"media\video\src\vid_msg_handler.c", line 1154: Warning:  #177-D: variable "ret" was declared but never referenced
      media_error_t ret;
                    ^
"media\video\src\vid_msg_handler.c", line 1392: Warning:  #550-D: variable "result" was set but never used
      med_result_enum result;
                      ^
"media\video\src\vid_msg_handler.c", line 1475: Warning:  #177-D: variable "value" was declared but never referenced
      kal_uint32 value;
                 ^
"media\video\src\vid_msg_handler.c", line 1476: Warning:  #177-D: variable "val" was declared but never referenced
      kal_uint8 val;
                ^
"media\video\src\vid_msg_handler.c", line 1477: Warning:  #177-D: variable "error" was declared but never referenced
      media_error_t error;
                    ^
"media\video\src\vid_msg_handler.c", line 1478: Warning:  #177-D: variable "result" was declared but never referenced
      med_result_enum result;
                      ^
"media\video\src\vid_msg_handler.c", line 1664: Warning:  #177-D: variable "idx" was declared but never referenced
      kal_int32 handle, idx;
                        ^
"media\video\src\vid_msg_handler.c", line 1670: Warning:  #177-D: variable "track_info" was declared but never referenced
      mpl_player_track_info_t track_info;
                              ^
"media\video\src\vid_msg_handler.c", line 1671: Warning:  #177-D: variable "track_p" was declared but never referenced
      mpl_player_video_track_info_t *track_p;
                                     ^
"media\video\src\vid_msg_handler.c", line 2562: Warning:  #177-D: variable "value" was declared but never referenced
      kal_uint32 value;
                 ^
media\video\src\vid_msg_handler.c: 13 warnings, 0 errors
Compiling media\video\src\vid_msg_handler_modis.c ... 
Compiling media\video\src\vid_recorder_msg_handler.c ... 
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
"media\video\src\vid_recorder_msg_handler.c", line 676: Warning:  #550-D: variable "cluster_size" was set but never used
      kal_uint32 cluster_size;
                 ^
"media\video\src\vid_recorder_msg_handler.c", line 1290: Warning:  #177-D: variable "frame_rate" was declared but never referenced
      kal_uint32 frame_rate = 0;
                 ^
"media\video\src\vid_recorder_msg_handler.c", line 1765: Warning:  #188-D: enumerated type mixed with another type
                      PreviewRotate = (PreviewRotate+MM_IMAGE_ROTATE_180)%4;
                                    ^
media\video\src\vid_recorder_msg_handler.c: 4 warnings, 0 errors
Compiling media\webcam\src\webcam_api.c ... 
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
media\webcam\src\webcam_api.c: 1 warning, 0 errors
Compiling media\webcam\src\webcam_ilm.c ... 
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
media\webcam\src\webcam_ilm.c: 1 warning, 0 errors
Compiling media\webcam\src\webcam_main.c ... 
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
media\webcam\src\webcam_main.c: 1 warning, 0 errors
Compiling media\webcam\src\webcam_msg_handler.c ... 
"custom/common/hal/aud_common_config.h", line 140: Warning:  #47-D: incompatible redefinition of macro "AUDIO_INCLUDE" (declared at line 637 of "custom/common/hal/audcoeff_default.h")
  #define AUDIO_INCLUDE STRINGIFY_VALUE(TOPWELL_AUDIO_GMN3_H)
          ^
media\webcam\src\webcam_msg_handler.c: 1 warning, 0 errors
make[2]: Entering directory `D:/Project/61D_GPRS_1418/CODE_V00'
CFLAGS = --cpu ARM7EJ-S --littleend -O3 --remove_unneeded_entities -D__RVCT__ -JC:\ARM\RVCT31_569\Data\3.1\569\include\windows --fpmode=ieee_fixed --split_sections --diag_suppress 1,1295,1296,2548 --dwarf2 -D__SERIAL_FLASH_EN__ -D__SERIAL_FLASH_SUPPORT__ --bss_threshold=0
CPLUSFLAGS = --cpp --cpu ARM7EJ-S --littleend -O3 --remove_unneeded_entities -D__RVCT__ -JC:\ARM\RVCT31_569\Data\3.1\569\include\windows --fpmode=ieee_fixed --split_sections --diag_suppress 1,1295,1296,2548 --dwarf2 --bss_threshold=0
AFLAGS = --debug --littleend --cpu ARM7EJ-S --apcs /interwork -16
ADEFS = -pd "VM_SUPPORT SETL {TRUE}" -pd "__ID3_INFO_ENABLE__ SETL {TRUE}" -pd "MMA_AMR_SUPPORT SETL {TRUE}" -pd "MMI_ON_HARDWARE_P SETL {TRUE}" -pd "MT6261 SETL {TRUE}" -pd "MT6261_S00 SETL {TRUE}" -pd "__SV5_ENABLED__ SETL {TRUE}" -pd "__EVENT_BASED_TIMER__ SETL {TRUE}" -pd "__PRODUCTION_RELEASE__ SETL {TRUE}" -pd "KAL_ON_NUCLEUS SETL {TRUE}" -pd "__CHIP_VERSION_CHECK__ SETL {TRUE}" -pd "__ZIMAGE_SUPPORT__ SETL {TRUE}" -pd "ESAL_AR_STK_FPU_SUPPORT SETL {FALSE}" -pd "__ARM_FPUV2__ SETL {FALSE}" -pd "__SERIAL_FLASH_EN__ SETL {TRUE}" -pd "__SERIAL_FLASH_SUPPORT__ SETL {TRUE}"
C:\ARM\RVCT31_569\Programs\3.1\569\win_32-pentium\armar.exe -create ./build/KEYTAK61D_GB_11C/gprs/MT6261o/lib/media.lib --via .\build\KEYTAK61D_GB_11C\gprs\MT6261o\media\media_sort.via
Warning: L3910W: Old syntax, please use '--create'.
./build/KEYTAK61D_GB_11C/gprs/MT6261o/lib/media.lib is updated

.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\ape_parser.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\aud_api.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\aud_audio.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\aud_bt_a2dp.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\aud_bt_hfp.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\aud_bt_main.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\aud_build_cache.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\aud_daf_parser.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\aud_fmradio.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\aud_id3_parser.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\aud_ilm.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\aud_input_stream.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\aud_keytone.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\aud_main.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\aud_media.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\aud_melody.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\aud_mma.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\aud_player_media.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\aud_player_mma.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\aud_player_mpl.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\aud_post_process.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\aud_record.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\aud_recorder_media.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\aud_speech.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\aud_tone.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\aud_utility.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\bytestream_hw.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\cam_api.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\cam_ilm.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\cam_main.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\cam_msg_handler.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\id3_v1_parser.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\id3_v2_parser.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\img_api.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\img_ilm.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\img_main.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\img_msg_handler.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\lyrics_parser.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\med_api.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\med_ext_smalloc.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\med_ilm.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\med_int_smalloc.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\med_main.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\med_utility.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\med_v_main.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\meta_tag_api.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\meta_tag_parser.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\vid_api.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\vid_clipper_msg_handler.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\vid_ilm.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\vid_main.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\vid_msg_handler.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\vid_msg_handler_modis.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\vid_recorder_msg_handler.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\webcam_api.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\webcam_ilm.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\webcam_main.det



.\build\KEYTAK61D_GB_11C\gprs\MT6261r\media_dep\webcam_msg_handler.det


Processing ape_parser.det aud_api.det aud_audio.det aud_bt_a2dp.det aud_bt_hfp.det aud_bt_main.det aud_build_cache.det aud_daf_parser.det aud_fmradio.det aud_id3_parser.det aud_ilm.det aud_input_stream.det aud_keytone.det aud_main.det aud_media.det aud_melody.det aud_mma.det aud_player_media.det aud_player_mma.det aud_player_mpl.det aud_post_process.det aud_record.det aud_recorder_media.det aud_speech.det aud_tone.det aud_utility.det bytestream_hw.det cam_api.det cam_ilm.det cam_main.det cam_msg_handler.det id3_v1_parser.det id3_v2_parser.det img_api.det img_ilm.det img_main.det img_msg_handler.det lyrics_parser.det med_api.det med_ext_smalloc.det med_ilm.det med_int_smalloc.det med_main.det med_utility.det med_v_main.det meta_tag_api.det meta_tag_parser.det vid_api.det vid_clipper_msg_handler.det vid_ilm.det vid_main.det vid_msg_handler.det vid_msg_handler_modis.det vid_recorder_msg_handler.det webcam_api.det webcam_ilm.det webcam_main.det webcam_msg_handler.det
make[2]: Leaving directory `D:/Project/61D_GPRS_1418/CODE_V00'