examples: don't put things with side effects inside g_assert()
authorTim-Philipp Müller <tim@centricular.net>
Wed, 8 Aug 2012 08:53:26 +0000 (09:53 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Wed, 8 Aug 2012 08:53:26 +0000 (09:53 +0100)
commitc354714544d092b59ea0a76d22b65cc5fd011513
tree5ad9a23770d06a8532abbb62d06d95480945322a
parent70393ddfb3b3f1e9c90802c7327232a94c422e97
examples: don't put things with side effects inside g_assert()

They will be defined away to NOOPs otherwise in release builds.
tests/examples/stepping/framestep1.c