blender/intern/SoundSystem/openal
Kent Mein b07c5f2096 Bunch of small fixes for warnings and whatnot....
intern/SoundSystem/intern/SND_AudioDevice.cpp
   Initalized a var that could fall through with no value.

source/blender/readblenfile/intern/BLO_readblenfile.c
source/blender/src/space.c
intern/SoundSystem/intern/SND_Scene.cpp
source/gameengine/Converter/BL_MeshDeformer.cpp
        removed unused var's

intern/SoundSystem/openal/pthread_cancel.cpp
        fixed a nested /*

source/blender/imbuf/IMB_imbuf.h
        added static to the type returned for addzbufImBuf

source/blender/imbuf/intern/IMB_bmp.h
        had a wrong prototype

source/blender/src/view.c
        added newline at end of file.

source/blender/src/sequence.c
        removed unused var
        added #include <stdlib.h>  to avoid:
                 warning: implicit declaration of function `abs'
        initalized a var that could have been used without being set.

Kent
2004-07-16 14:45:06 +00:00
..
Makefile Added CD Audio support for OpenAL. 2004-04-02 13:15:18 +00:00
pthread_cancel.cpp Bunch of small fixes for warnings and whatnot.... 2004-07-16 14:45:06 +00:00
SND_OpenALDevice.cpp Enable doppler on platforms other than WIN32. 2004-04-17 01:14:35 +00:00
SND_OpenALDevice.h enable openal support for os x and linux-powerpc 2004-04-14 13:00:36 +00:00