Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-coseventcomm.c:551

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

decode_CosEventComm_PullConsumer_disconnect_pull_consumer

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-coseventcomm.c)expand/collapse
Show more  
 541  static void decode_CosEventComm_PullConsumer_disconnect_pull_consumer(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 542   
 543      gboolean stream_is_big_endian;          /* big endianess */
 544   
 545       
 546      /* Operation specific Variable declarations Begin */
 547   
 548       
 549      /* Operation specific Variable declarations End */
 550   
 551      stream_is_big_endian = is_big_endian(header);
 552   
 553      switch(header->message_type) {
 554   
 555      case Request:
 556   
 557          break;
 558   
 559      case Reply:
 560   
 561          switch(header->rep_status) {
 562   
 563          case NO_EXCEPTION:
 564   
 565              /* Function returns void */
 566   
 567              break;
 568   
 569          case USER_EXCEPTION:
 570   
 571              break;
 572   
 573          default:
 574   
 575              /* Unknown Exception */
 576   
 577              g_warning("Unknown Exception ");
 578   
 579              break;
 580   
 581           
 582          }   /* switch(header->message_type) */
 583   
 584          break;
 585   
 586      default:
 587   
 588          /* Unknown GIOP Message */
 589   
 590          g_warning("Unknown GIOP Message");
 591   
 592          break;
 593   
 594      } /* switch(header->message_type) */
 595   
 596  }
Show more  




Change Warning 3618.29503 : Unused Value

Priority:
State:
Finding:
Owner:
Note: