Unused Value at graph_analysis.c:498 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
overwrite_existing_file_cb (/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/graph_analysis.c)![]() | ||||||
![]() | ||||||
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 | } | |||||
![]() |