blender/intern/SoundSystem
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
..
dummy Hopefully update for NaN Makefiles for the moving of SoundSystem. 2003-07-16 19:00:04 +00:00
fmod Hopefully update for NaN Makefiles for the moving of SoundSystem. 2003-07-16 19:00:04 +00:00
intern Bunch of gcc 4.0 warning fixes. 2005-04-27 11:52:50 +00:00
make MSVC7 update and freetype2 source 2005-02-20 21:33:11 +00:00
openal Bunch of gcc 4.0 warning fixes. 2005-04-27 11:52:50 +00:00
sdl Added CD Audio support for OpenAL. 2004-04-02 13:15:18 +00:00
SND_test Further fixes to the old makefiles. 2003-07-16 19:53:53 +00:00
Makefile Shortened up the Makefile since freebsd,linux and solaris do the 2004-05-04 16:26:52 +00:00
SConscript Added #!/usr/bin/python standard script identifier to the start of SConscript files. 2004-05-16 13:07:20 +00:00
SND_C-api.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SND_CDObject.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SND_DependKludge.h This commit makes it so openal finally works on solaris. 2004-12-08 14:58:40 +00:00
SND_DeviceManager.h removed an extra ; 2004-02-23 15:31:27 +00:00
SND_IAudioDevice.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SND_Object.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SND_Scene.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SND_SoundListener.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SND_SoundObject.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SND_Utils.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SND_WaveCache.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SND_WaveSlot.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SoundDefines.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00