aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/io_stat.c
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2007-03-24 00:45:11 +0000
committerStephen Fisher <steve@stephen-fisher.com>2007-03-24 00:45:11 +0000
commit1909b97d4d4b235fc6b3232bee3e3285d876b26d (patch)
tree21f90e725b9acfdece38e603e8e7117689cdf01e /gtk/io_stat.c
parent43a98f8fb8e965951ec1c7e9a0ef78a56ebb3d22 (diff)
Remove all warnings under Unix for the gtk/ directory.
svn path=/trunk/; revision=21160
Diffstat (limited to 'gtk/io_stat.c')
-rw-r--r--gtk/io_stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/io_stat.c b/gtk/io_stat.c
index 92ce77d27c..218d19b8d9 100644
--- a/gtk/io_stat.c
+++ b/gtk/io_stat.c
@@ -513,7 +513,7 @@ io_stat_draw(io_stat_t *io)
#else
PangoLayout *layout;
#endif
- guint32 label_width, label_height;
+ int label_width, label_height;
guint32 draw_width, draw_height;
char label_string[15];