Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at graph_analysis.c:498

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

overwrite_existing_file_cb

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/graph_analysis.c)expand/collapse
Show more  
 494  static void overwrite_existing_file_cb(gpointer dialog _U_, gint btn, gpointer user_data)
 495  {
 496          graph_analysis_data_t *user_data_p;
 497   
 498          user_data_p = user_data;
 499   
 500          switch(btn) {
 501          case(ESD_BTN_YES):
 502              /* overwrite the file*/
 503              dialog_graph_dump_to_file(user_data);
 504              break;
 505          case(ESD_BTN_NO):
 506              break;
 507          default:
 508              g_assert_not_reached();
 509          }
 510  }
Show more  




Change Warning 4100.30952 : Unused Value

Priority:
State:
Finding:
Owner:
Note: