remove some warnings

svn path=/trunk/; revision=20116
This commit is contained in:
Ulf Lamping 2006-12-11 19:43:19 +00:00
parent edf99969fd
commit fdfd0be5bd
2 changed files with 4 additions and 0 deletions

View File

@ -592,7 +592,9 @@ capture_prep_cb(GtkWidget *w _U_, gpointer d _U_)
gchar *cap_title;
gchar *if_device;
#ifdef HAVE_AIRPCAP
GtkWidget *decryption_cm;
#endif
if (cap_open_w != NULL) {
/* There's already a "Capture Options" dialog box; reactivate it. */

View File

@ -401,7 +401,9 @@ capture_if_cb(GtkWidget *w _U_, gpointer d _U_)
*help_bt,
*icon;
#ifdef HAVE_AIRPCAP
GtkWidget *decryption_cm;
#endif
GtkWidget *if_tb;
GtkWidget *if_lb;