Skip to content
  • Florian Müllner's avatar
    Fix builds with G_DISABLE_ASSERT · d5a7bbd0
    Florian Müllner authored
    Commit 25f416c1 added additional compilation warnings, including
    -Werror=return-type. There are several places where this results
    in build failures if `g_assert_not_reached()` is disabled at compile
    time and the compiler misses a return value.
    
    #447
    d5a7bbd0