From b07c5f20962420095c2b25f2bbfdc9477ff15f22 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Fri, 16 Jul 2004 14:45:06 +0000 Subject: 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 to avoid: warning: implicit declaration of function `abs' initalized a var that could have been used without being set. Kent --- source/blender/readblenfile/intern/BLO_readblenfile.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/readblenfile') diff --git a/source/blender/readblenfile/intern/BLO_readblenfile.c b/source/blender/readblenfile/intern/BLO_readblenfile.c index 7fdad840895..9b81b3bdd0d 100644 --- a/source/blender/readblenfile/intern/BLO_readblenfile.c +++ b/source/blender/readblenfile/intern/BLO_readblenfile.c @@ -136,7 +136,6 @@ blo_read_runtime( BlendReadError *error_r) { BlendFileData *bfd= NULL; - void *filedata= NULL; int fd, actualsize, datastart; char buf[8]; -- cgit v1.2.3