Skip to content

glib/gvariant: Fix check for G_ANALYZER_ANALYZING

Christian Hergert requested to merge wip/chergert/fix-ganalyzer-use into main

This is always defined in gmacros.h and therefore the #ifdef will always be 1 even if were disabled. Just #if instead.

Closes: #3480 (closed)

Merge request reports