From 53af0e3bafbd84f80e14d2b2f8dfa6b425afe2e5 Mon Sep 17 00:00:00 2001 From: Josep Torra Valles Date: Tue, 17 Oct 2006 11:04:14 +0000 Subject: gst/nsf/: Fix some things the Forte compiler warns about (#362626). Original commit message from CVS: Patch by: Josep Torra Valles * gst/nsf/fds_snd.c: * gst/nsf/mmc5_snd.c: * gst/nsf/nsf.c: * gst/nsf/vrc7_snd.c: * gst/nsf/vrcvisnd.c: Fix some things the Forte compiler warns about (#362626). --- gst/nsf/vrc7_snd.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'gst/nsf/vrc7_snd.c') diff --git a/gst/nsf/vrc7_snd.c b/gst/nsf/vrc7_snd.c index 07d27514..3dafb85f 100644 --- a/gst/nsf/vrc7_snd.c +++ b/gst/nsf/vrc7_snd.c @@ -312,7 +312,7 @@ vrc7_process (void) static apu_memwrite vrc7_memwrite[] = { {0x9010, 0x9010, vrc7_write}, {0x9030, 0x9030, vrc7_write}, - {-1, -1, NULL} + {(uint32) - 1, (uint32) - 1, NULL} }; apuext_t vrc7_ext = { @@ -326,6 +326,15 @@ apuext_t vrc7_ext = { /* ** $Log$ +** Revision 1.2 2006/10/17 11:04:14 tpm +** Patch by: Josep Torra Valles +** * gst/nsf/fds_snd.c: +** * gst/nsf/mmc5_snd.c: +** * gst/nsf/nsf.c: +** * gst/nsf/vrc7_snd.c: +** * gst/nsf/vrcvisnd.c: +** Fix some things the Forte compiler warns about (#362626). +** ** Revision 1.1 2006/07/13 15:07:28 wtay ** Based on patches by: Johan Dahlin ** Ronald Bultje -- cgit v1.2.1