mirror of
https://github.com/brl/mutter.git
synced 2025-03-25 04:33:52 +00:00

Most Cogl debugging code conditions are marked as G_UNLIKELY with the intention of having the CPU branch prediction always assume the path is disabled so having debugging support in release binaries has negligible overhead. This patch simply fixes a few cases where we weren't using G_UNLIKELY.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%