blender/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
..
action Rest of the VC7 intern projectfiles. 2003-03-18 19:38:36 +00:00
bmfont Sigh! Left in debug print... :) 2005-04-24 19:08:14 +00:00
bsp big warning hunt commit 2005-03-09 19:45:59 +00:00
container MSVC7 update and freetype2 source 2005-02-20 21:33:11 +00:00
csg Added #!/usr/bin/python standard script identifier to the start of SConscript files. 2004-05-16 13:07:20 +00:00
decimation big warning hunt commit 2005-03-09 19:45:59 +00:00
ghost Removed comma at end of enumerator list to please fussy compiler. 2005-03-29 14:27:20 +00:00
guardedalloc MSVC7 update and freetype2 source 2005-02-20 21:33:11 +00:00
iksolver big warning hunt commit 2005-03-09 19:45:59 +00:00
img Rest of the VC7 intern projectfiles. 2003-03-18 19:38:36 +00:00
keymaker MSVC7 update and freetype2 source 2005-02-20 21:33:11 +00:00
make *** empty log message *** 2005-04-02 18:42:30 +00:00
memutil MSVC7 update and freetype2 source 2005-02-20 21:33:11 +00:00
moto I'll break this commit into two sections in the moto files 2005-03-25 16:31:05 +00:00
opennl ome more warnings cleaning 2005-03-14 20:10:22 +00:00
SoundSystem Bunch of gcc 4.0 warning fixes. 2005-04-27 11:52:50 +00:00
string MSVC7 update and freetype2 source 2005-02-20 21:33:11 +00:00
Makefile Added SuperLU 3.0: 2004-07-13 11:42:13 +00:00
SConscript Added SuperLU 3.0: 2004-07-13 11:42:13 +00:00