Blender Git Commit Log

Git Commits -> Revision f38e068

Revision f38e068 by JLuc Peuriere (master)
June 4, 2005, 16:22 (GMT)
new round of warning fixes. we are now down to 24 with Xcode on blender
alone with the following flags :
-Wall -Wno-char-subscripts -Wno-missing-braces.

the only one still worrying me is in rand.c line 57 :

rand.c:57: integer constant is too large for "long" type

but i have no clue about how correct cross-compiler and 32/64 bits friendly

see also my mail to commiter list for signed/unsigned issues

Commit Details:

Full Hash: f38e0686d909aa0d2882c197aeff59eeefa17081
SVN Revision: 4557
Parent Commit: 0f82931
Lines Changed: +56, -37

26 Modified Paths:

/extern/qhull/src/geom.c (+2, -2) (Diff)
/extern/qhull/src/io.c (+2, -2) (Diff)
/extern/qhull/src/stat.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/mball.c (+1, -1) (Diff)
/source/blender/blenlib/intern/scanfill.c (+1, -1) (Diff)
/source/blender/blenlib/intern/storage.c (+5, -5) (Diff)
/source/blender/include/BIF_resources.h (+3, -3) (Diff)
/source/blender/python/api2_2x/Font.c (+2, -2) (Diff)
/source/blender/python/api2_2x/Text3d.c (+6, -3) (Diff)
/source/blender/python/BPY_interface.c (+3, -0) (Diff)
/source/blender/render/intern/source/envmap.c (+1, -1) (Diff)
/source/blender/render/intern/source/initrender.c (+4, -0) (Diff)
/source/blender/render/intern/source/pixelshading.c (+1, -1) (Diff)
/source/blender/render/intern/source/zblur.c (+1, -0) (Diff)
/source/blender/src/buttons_editing.c (+1, -0) (Diff)
/source/blender/src/drawtext.c (+1, -1) (Diff)
/source/blender/src/drawtime.c (+3, -0) (Diff)
/source/blender/src/editsima.c (+3, -3) (Diff)
/source/blender/src/edittime.c (+3, -0) (Diff)
/source/blender/src/filesel.c (+2, -1) (Diff)
/source/blender/src/transform.c (+2, -2) (Diff)
/source/blender/src/transform_generics.c (+2, -2) (Diff)
/source/gameengine/Ketsji/KX_NearSensor.cpp (+2, -2) (Diff)
/source/gameengine/Ketsji/KX_Scene.cpp (+1, -1) (Diff)
/source/gameengine/Ketsji/KX_TouchEventManager.cpp (+1, -1) (Diff)
/source/gameengine/Ketsji/KX_TouchSensor.cpp (+2, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021