Skip to content
  • Jakub Adam's avatar
    tests: Fix -Wcast-function-type warnings with GCC 8 · 51cadfdc
    Jakub Adam authored
    glib documentation says G_SOURCE_FUNC() macro should be used to suppress
    the warning about incompatible function types when the function will be
    cast back to the correct type before it is called by the GSource.
    51cadfdc