Blender Git Loki

Git Commits -> Revision 7811d72

Revision 7811d72 by Kent Mein (master)
April 27, 2005, 11:52 (GMT)



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

Commit Details:

Full Hash: 7811d7209a9ebb207979269c764831ef818521b5
SVN Revision: 4321
Parent Commit: e79db85
Lines Changed: +25, -50

9 Modified Paths:

/intern/SoundSystem/intern/SND_AudioDevice.cpp (+1, -5) (Diff)
/intern/SoundSystem/openal/SND_OpenALDevice.cpp (+1, -5) (Diff)
/source/blender/blenkernel/intern/mball.c (+3, -3) (Diff)
/source/blender/imbuf/intern/cspace.c (+8, -8) (Diff)
/source/blender/imbuf/intern/iris.c (+6, -6) (Diff)
/source/blender/imbuf/intern/readimage.c (+2, -11) (Diff)
/source/blender/render/intern/source/edgeRender.c (+1, -5) (Diff)
/source/blender/render/intern/source/zblur.c (+2, -2) (Diff)
/source/creator/creator.c (+1, -5) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021