Blender Git Commit Log

Git Commits -> Revision 7ec7f32

May 8, 2017, 12:37 (GMT)
Fix build warnings

* gcc complain if you have a "main" variable
* Missing header include in gpencil_draw.w
* A few shadowed variables (we should avoid common names in (#define) macros)
* Clear ambiguity in (!flag & VALUE) -> ((flag & VALUE) == 0)

Commit Details:

Full Hash: 7ec7f324a3e161c185fb862ffdd53bccbdf50cc0
Parent Commit: 3135507
Lines Changed: +41, -37

8 Modified Paths:

/source/blender/blenkernel/intern/context.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/gpencil.c (+2, -2) (Diff)
/source/blender/draw/engines/gpencil/gpencil_draw.c (+6, -4) (Diff)
/source/blender/draw/engines/gpencil/gpencil_engine.c (+9, -9) (Diff)
/source/blender/editors/gpencil/drawgpencil.c (+2, -1) (Diff)
/source/blender/editors/gpencil/gpencil_data.c (+7, -7) (Diff)
/source/blender/editors/gpencil/gpencil_intern.h (+3, -3) (Diff)
/source/blender/editors/include/ED_gpencil.h (+11, -10) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021