mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 09:59:03 +00:00
ab76d64df0
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.