Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-coseventcomm.c:240

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

decode_CosEventComm_PushConsumer_disconnect_push_consumer

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-coseventcomm.c)expand/collapse
Show more  
 230  static void decode_CosEventComm_PushConsumer_disconnect_push_consumer(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 231   
 232      gboolean stream_is_big_endian;          /* big endianess */
 233   
 234       
 235      /* Operation specific Variable declarations Begin */
 236   
 237       
 238      /* Operation specific Variable declarations End */
 239   
 240      stream_is_big_endian = is_big_endian(header);
 241   
 242      switch(header->message_type) {
 243   
 244      case Request:
 245   
 246          break;
 247   
 248      case Reply:
 249   
 250          switch(header->rep_status) {
 251   
 252          case NO_EXCEPTION:
 253   
 254              /* Function returns void */
 255   
 256              break;
 257   
 258          case USER_EXCEPTION:
 259   
 260              break;
 261   
 262          default:
 263   
 264              /* Unknown Exception */
 265   
 266              g_warning("Unknown Exception ");
 267   
 268              break;
 269   
 270           
 271          }   /* switch(header->message_type) */
 272   
 273          break;
 274   
 275      default:
 276   
 277          /* Unknown GIOP Message */
 278   
 279          g_warning("Unknown GIOP Message");
 280   
 281          break;
 282   
 283      } /* switch(header->message_type) */
 284   
 285  }
Show more  




Change Warning 3615.29500 : Unused Value

Priority:
State:
Finding:
Owner:
Note: