diff --git a/ext/pulse/pulseaudiosink.c b/ext/pulse/pulseaudiosink.c index cd9f7d914b..22b439b471 100644 --- a/ext/pulse/pulseaudiosink.c +++ b/ext/pulse/pulseaudiosink.c @@ -279,7 +279,9 @@ param_spec_copy (GParamSpec * spec) g_warning ("Unknown param type %ld for '%s'", (long) G_PARAM_SPEC_TYPE (spec), name); - g_assert_not_reached (); + + /* Make compiler happy */ + return NULL; } static void