Files
test2/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
..
2005-04-24 19:08:14 +00:00
2005-03-09 19:45:59 +00:00
2005-03-09 19:45:59 +00:00
2005-03-09 19:45:59 +00:00
2003-03-18 19:38:36 +00:00
2005-04-02 18:42:30 +00:00
2005-02-20 21:33:11 +00:00
2005-03-14 20:10:22 +00:00
2005-02-20 21:33:11 +00:00
2004-07-13 11:42:13 +00:00
2004-07-13 11:42:13 +00:00