mirror of
https://github.com/brl/mutter.git
synced 2025-03-04 20:28:11 +00:00

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.