From 4e024bb4f5c8aa8b07459f7fbd65c35122127fd1 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Wed, 22 Sep 2010 14:19:28 +0200 Subject: Remove compiler warnings when building the emulator. This forces -Wall during the build. Note that this patch doesn't remove all warnings, but most of the remaining ones are from upstream anyway. Change-Id: I8808d8495e99866e156ce5780d2e3c305eab491f --- hw/goldfish_audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/goldfish_audio.c') diff --git a/hw/goldfish_audio.c b/hw/goldfish_audio.c index c8a6712..75f65bb 100644 --- a/hw/goldfish_audio.c +++ b/hw/goldfish_audio.c @@ -217,7 +217,7 @@ goldfish_audio_buff_put( struct goldfish_audio_buff* b, QEMUFile* f ) qemu_put_buffer(f, b->data, b->length ); } -static int +static void goldfish_audio_buff_get( struct goldfish_audio_buff* b, QEMUFile* f ) { b->address = qemu_get_be32(f); -- cgit v1.1