summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Carbonneaux2014-07-15 15:54:45 -0400
committerQuentin Carbonneaux2014-07-15 15:54:45 -0400
commitce812164b0443d6fd770f555546ae5ed80b31542 (patch)
tree5c8f6972f791a76481650135f1060b70a46dca6e
parentd8563e230bfb2e3742aa5a989ba0b11573f7819c (diff)
mute signedness warning
-rw-r--r--win.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win.c b/win.c
index 81099d8..1a53897 100644
--- a/win.c
+++ b/win.c
@@ -48,7 +48,7 @@ win_init(struct gui *gui)
/* initialize the tag */
tag.win.eb = eb_new();
- eb_ins_utf8(tag.win.eb, 0, TagInit, sizeof TagInit - 1);
+ eb_ins_utf8(tag.win.eb, 0, (unsigned char *)TagInit, sizeof TagInit - 1);
/* the gui module does not give a way to access the screen
* dimension, instead, the first event generated will always