examples: don't put code with side-effects into g_assert()
Otherwise things won't work too well when compiling with -DG_DISABLE_ASSERT (as we do for pre-releases and releases).
Showing
Please register or sign in to comment
Otherwise things won't work too well when compiling with -DG_DISABLE_ASSERT (as we do for pre-releases and releases).