Skip to content

clutter: Shut up a compiler warning

Florian Müllner requested to merge wip/fmuellner/shut-up-compiler-warning into master

g_assert_not_reached() can be disabled at compile time, resulting in the compiler complaining about a missing return.

Fixes #447 (closed)

Merge request reports