blender/intern/SoundSystem/intern
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 Fixes Makefile for intern/SoundSystem/intern. 2003-10-21 23:27:08 +00:00
SND_AudioDevice.cpp Bunch of gcc 4.0 warning fixes. 2005-04-27 11:52:50 +00:00
SND_AudioDevice.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SND_C-api.cpp Last of the config.h mods... 2002-11-25 15:29:57 +00:00
SND_CDObject.cpp Last of the config.h mods... 2002-11-25 15:29:57 +00:00
SND_DeviceManager.cpp Let the game engine manage it's own sound scene. This is to fix bug 1415 (Patch from Peter den Bak) 2004-07-26 11:54:10 +00:00
SND_IdObject.cpp Last of the config.h mods... 2002-11-25 15:29:57 +00:00
SND_IdObject.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SND_Scene.cpp Bunch of small fixes for warnings and whatnot.... 2004-07-16 14:45:06 +00:00
SND_SoundListener.cpp Last of the config.h mods... 2002-11-25 15:29:57 +00:00
SND_SoundObject.cpp Last of the config.h mods... 2002-11-25 15:29:57 +00:00
SND_Utils.cpp This commit makes it so openal finally works on solaris. 2004-12-08 14:58:40 +00:00
SND_WaveCache.cpp Finally add spike's FreeBSD suggestions. Tnxto Chris for forwarding. 2003-10-05 19:37:16 +00:00
SND_WaveSlot.cpp Last of the config.h mods... 2002-11-25 15:29:57 +00:00