From d536b0972d4208695759ba95934962ee0a9fdaef Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Wed, 5 Mar 2014 21:14:57 +0100 Subject: [PATCH] please gcc --- sndiod/dev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sndiod/dev.c b/sndiod/dev.c index 96e1f54..b94aad8 100644 --- a/sndiod/dev.c +++ b/sndiod/dev.c @@ -544,7 +544,7 @@ dev_midi_exit(void *arg) int slot_skip(struct slot *s) { - unsigned char *data; + unsigned char *data = (unsigned char *)0xdeadbeef; /* please gcc */ int max, count; max = s->skip;