Skip to content

cmph: Do not set debug variables if debug is not set

Fixes clang builds.

Could also have used G_GNUC_UNUSED, but this is even clearer, since there is only one usage.

Merge request reports