aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-05-13 10:15:18 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-05-13 10:15:18 +0000
commit56d4551810cf2dbc060a40bb089f78df4ad75813 (patch)
tree4e8143129d7163b94bed7f30ea16761620166b3c /gtk
parent80a30c94a0629133ee90ea5ca6e0fe1619188d4d (diff)
Make it compile without warnings on OSX.
Removed unused wep_closed_24.xpm. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28348 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk')
-rw-r--r--gtk/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/main.c b/gtk/main.c
index 1a524fc584..4b75358e68 100644
--- a/gtk/main.c
+++ b/gtk/main.c
@@ -167,8 +167,6 @@
#include "airpcap_loader.h"
#include "airpcap_dlg.h"
#include "airpcap_gui_utils.h"
-
-#include "./image/toolbar/wep_closed_24.xpm"
#endif
#ifdef HAVE_AIRPDCAP
@@ -1803,9 +1801,11 @@ main(int argc, char *argv[])
int status;
gchar *cur_user, *cur_group;
+#ifdef _WIN32
#ifdef HAVE_AIRPCAP
char *err_str;
#endif
+#endif
#define OPTSTRING_INIT "a:b:c:C:Df:g:Hhi:kK:lLm:nN:o:P:pQr:R:Ss:t:vw:X:y:z:"