Blender Git Loki
Git Commits -> Revision b098609
Revision b098609 by Brecht Van Lommel (master) October 10, 2015, 15:35 (GMT) |
Fix various compiler warnings. |
Commit Details:
Full Hash: b0986091868f928b5e09c1a7f51654e102bf5f54
Parent Commit: 2a97c17
Lines Changed: +122, -130
29 Modified Paths:
/extern/clew/include/clew.h (+1, -1) (Diff)
/intern/cycles/kernel/osl/osl_closures.h (+1, -1) (Diff)
/intern/elbeem/intern/simulation_object.cpp (+1, -1) (Diff)
/intern/ghost/intern/GHOST_ContextCGL.h (+0, -9) (Diff)
/intern/ghost/intern/GHOST_ContextCGL.mm (+0, -7) (Diff)
/intern/ghost/intern/GHOST_SystemCocoa.mm (+1, -1) (Diff)
/intern/smoke/intern/MERSENNETWISTER.h (+22, -22) (Diff)
/source/blender/blenlib/BLI_alloca.h (+5, -0) (Diff)
/source/blender/blenlib/BLI_math_inline.h (+2, -2) (Diff)
/source/blender/blenlib/BLI_utildefines.h (+2, -2) (Diff)
/source/blender/blenlib/intern/BLI_filelist.c (+2, -1) (Diff)
/source/blender/bmesh/intern/bmesh_opdefines.c (+23, -23) (Diff)
/source/blender/compositor/operations/COM_GaussianBokehBlurOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_RenderLayersProg.cpp (+1, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_debug.cc (+0, -2) (Diff)
/source/blender/editors/physics/particle_object.c (+1, -0) (Diff)
/source/blender/editors/space_file/fsmenu.c (+1, -1) (Diff)
/source/blender/freestyle/intern/geometry/Noise.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/stroke/Stroke.cpp (+1, -6) (Diff)
/source/blender/gpu/GPU_material.h (+2, -2) (Diff)
/source/blender/gpu/intern/gpu_debug.c (+1, -1) (Diff)
/source/blender/imbuf/intern/dds/ColorBlock.cpp (+10, -8) (Diff)
/source/blender/imbuf/intern/dds/Common.h (+6, -6) (Diff)
/source/blender/imbuf/intern/dds/DirectDrawSurface.cpp (+20, -20) (Diff)
/source/blender/imbuf/intern/dds/FlipDXT.cpp (+2, -2) (Diff)
/source/blender/makesrna/intern/makesrna.c (+10, -3) (Diff)
/source/blender/python/intern/bpy_rna_callback.c (+3, -3) (Diff)
/source/blender/quicktime/quicktime_export.h (+1, -1) (Diff)
/source/gameengine/VideoTexture/VideoFFmpeg.cpp (+0, -2) (Diff)
/intern/cycles/kernel/osl/osl_closures.h (+1, -1) (Diff)
/intern/elbeem/intern/simulation_object.cpp (+1, -1) (Diff)
/intern/ghost/intern/GHOST_ContextCGL.h (+0, -9) (Diff)
/intern/ghost/intern/GHOST_ContextCGL.mm (+0, -7) (Diff)
/intern/ghost/intern/GHOST_SystemCocoa.mm (+1, -1) (Diff)
/intern/smoke/intern/MERSENNETWISTER.h (+22, -22) (Diff)
/source/blender/blenlib/BLI_alloca.h (+5, -0) (Diff)
/source/blender/blenlib/BLI_math_inline.h (+2, -2) (Diff)
/source/blender/blenlib/BLI_utildefines.h (+2, -2) (Diff)
/source/blender/blenlib/intern/BLI_filelist.c (+2, -1) (Diff)
/source/blender/bmesh/intern/bmesh_opdefines.c (+23, -23) (Diff)
/source/blender/compositor/operations/COM_GaussianBokehBlurOperation.cpp (+1, -1) (Diff)
/source/blender/compositor/operations/COM_RenderLayersProg.cpp (+1, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_debug.cc (+0, -2) (Diff)
/source/blender/editors/physics/particle_object.c (+1, -0) (Diff)
/source/blender/editors/space_file/fsmenu.c (+1, -1) (Diff)
/source/blender/freestyle/intern/geometry/Noise.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/stroke/Stroke.cpp (+1, -6) (Diff)
/source/blender/gpu/GPU_material.h (+2, -2) (Diff)
/source/blender/gpu/intern/gpu_debug.c (+1, -1) (Diff)
/source/blender/imbuf/intern/dds/ColorBlock.cpp (+10, -8) (Diff)
/source/blender/imbuf/intern/dds/Common.h (+6, -6) (Diff)
/source/blender/imbuf/intern/dds/DirectDrawSurface.cpp (+20, -20) (Diff)
/source/blender/imbuf/intern/dds/FlipDXT.cpp (+2, -2) (Diff)
/source/blender/makesrna/intern/makesrna.c (+10, -3) (Diff)
/source/blender/python/intern/bpy_rna_callback.c (+3, -3) (Diff)
/source/blender/quicktime/quicktime_export.h (+1, -1) (Diff)
/source/gameengine/VideoTexture/VideoFFmpeg.cpp (+0, -2) (Diff)