diff options
author | Stephen Fisher <steve@stephen-fisher.com> | 2007-03-24 00:45:11 +0000 |
---|---|---|
committer | Stephen Fisher <steve@stephen-fisher.com> | 2007-03-24 00:45:11 +0000 |
commit | 1909b97d4d4b235fc6b3232bee3e3285d876b26d (patch) | |
tree | 21f90e725b9acfdece38e603e8e7117689cdf01e /image | |
parent | 43a98f8fb8e965951ec1c7e9a0ef78a56ebb3d22 (diff) | |
download | wireshark-1909b97d4d4b235fc6b3232bee3e3285d876b26d.tar.gz wireshark-1909b97d4d4b235fc6b3232bee3e3285d876b26d.tar.bz2 wireshark-1909b97d4d4b235fc6b3232bee3e3285d876b26d.zip |
Remove all warnings under Unix for the gtk/ directory.
svn path=/trunk/; revision=21160
Diffstat (limited to 'image')
-rw-r--r-- | image/toolbar/capture_capture_16.xpm | 2 | ||||
-rw-r--r-- | image/toolbar/capture_details_16.xpm | 2 | ||||
-rw-r--r-- | image/toolbar/capture_prepare_16.xpm | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/image/toolbar/capture_capture_16.xpm b/image/toolbar/capture_capture_16.xpm index ef2a0f573f..cbcb8420e6 100644 --- a/image/toolbar/capture_capture_16.xpm +++ b/image/toolbar/capture_capture_16.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * capture_capture_16_xpm[] = { +char * capture_capture_16_xpm[] = { "16 16 151 2", " c None", ". c #7F7F7F", diff --git a/image/toolbar/capture_details_16.xpm b/image/toolbar/capture_details_16.xpm index 727a33b81e..fb38b2acbf 100644 --- a/image/toolbar/capture_details_16.xpm +++ b/image/toolbar/capture_details_16.xpm @@ -1,5 +1,5 @@ /* XPM */ -static const char * capture_details_16_xpm[] = { +const char * capture_details_16_xpm[] = { "16 16 131 2", " c None", ". c #000000", diff --git a/image/toolbar/capture_prepare_16.xpm b/image/toolbar/capture_prepare_16.xpm index 084d4bb6d0..4eb9f75d71 100644 --- a/image/toolbar/capture_prepare_16.xpm +++ b/image/toolbar/capture_prepare_16.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * capture_prepare_16_xpm[] = { +char * capture_prepare_16_xpm[] = { "16 16 159 2", " c None", ". c #808080", |