GNOME Bugzilla – Bug 667719
waveformsink: Fix mingw warnings
Last modified: 2012-01-13 09:44:57 UTC
Warnings on 64 bit mingw-w64: In file included from gstwaveformsink.c:48:0: gstwaveformsink.h:31:0: error: "WAVE_FORMAT_96M08" redefined /usr/x86_64-w64-mingw32/sys-root/mingw/include/mmsystem.h:468:0: note: this is the location of the previous definition gstwaveformsink.h:32:0: error: "WAVE_FORMAT_96S08" redefined /usr/x86_64-w64-mingw32/sys-root/mingw/include/mmsystem.h:469:0: note: this is the location of the previous definition gstwaveformsink.h:33:0: error: "WAVE_FORMAT_96M16" redefined /usr/x86_64-w64-mingw32/sys-root/mingw/include/mmsystem.h:470:0: note: this is the location of the previous definition gstwaveformsink.h:34:0: error: "WAVE_FORMAT_96S16" redefined /usr/x86_64-w64-mingw32/sys-root/mingw/include/mmsystem.h:471:0: note: this is the location of the previous definition gstwaveformsink.c: In function 'gst_waveform_sink_prepare': gstwaveformsink.c:377:13: error: cast from pointer to integer of different size gstwaveformsink.c:377:34: error: cast from pointer to integer of different size gstwaveformsink.c: In function 'waveOutProc': gstwaveformsink.c:574:29: error: cast to pointer from integer of different size
Created attachment 205048 [details] [review] Fix warnings
commit e886ef8f5bcd4dc10531c74a59b3288b7baf4b45 Author: Raimo Järvi <raimo.jarvi@gmail.com> Date: Thu Jan 12 00:18:39 2012 +0200 waveformsink: Fix mingw warnings https://bugzilla.gnome.org/show_bug.cgi?id=667719