mutter/clutter/cogl
Robert Bragg ab76d64df0 [cogl-debug] avoid warnings when using COGL_NOTE with unbraced else clauses
When not building a debug build the compiler was warning about empty
else clauses with no braces due to code like:
  if (blah)
	do_foo();
  else
	COGL_NOTE (DRAW, "a-wibble");

This simply ensures that even for non debug builds COGL_NOTE will expand to
a single statement.
2009-09-24 21:41:50 +01:00
..
common
gl
gles
cogl-bitmap.h
cogl-color.h
cogl-debug.h [cogl-debug] avoid warnings when using COGL_NOTE with unbraced else clauses 2009-09-24 21:41:50 +01:00
cogl-deprecated.h
cogl-fixed.h
cogl-material.h
cogl-matrix.h
cogl-offscreen.h
cogl-path.h
cogl-shader.h
cogl-texture.h
cogl-types.h
cogl-vertex-buffer.h
cogl.h.in
cogl.pc.in
Makefile.am
TODO