blender/intern/SoundSystem/openal
Kent Mein 7811d7209a Bunch of gcc 4.0 warning fixes.
source/creator/creator.c
	changed ifdef's around fpe_handler to match when its actually used.

intern/SoundSystem/intern/SND_AudioDevice.cpp
	Changed: SND_SoundObject* oldobject = oldobject = pIdObject->GetSoundObject();
	to: SND_SoundObject* oldobject = pIdObject->GetSoundObject();

intern/SoundSystem/openal/SND_OpenALDevice.cpp
	removed unused var.

source/blender/blenkernel/intern/mball.c
	initalized a couple of vars that might have been used uninitalized.

The rest were changing types to match, most of them were something like
was short * should have been unsigned short *.

Kent
2005-04-27 11:52:50 +00:00
..
Makefile Added CD Audio support for OpenAL. 2004-04-02 13:15:18 +00:00
pthread_cancel.cpp Bunch of small fixes for warnings and whatnot.... 2004-07-16 14:45:06 +00:00
SND_OpenALDevice.cpp Bunch of gcc 4.0 warning fixes. 2005-04-27 11:52:50 +00:00
SND_OpenALDevice.h Fix for bug #1875: 2004-12-05 00:50:55 +00:00