Make clang happy about returning nothing after g_assert_not_reached()
This commit is contained in:
parent
eb794aebd9
commit
d5ff7e3cdf
@ -1318,6 +1318,7 @@ process_ice_messages (IceConn ice_conn)
|
|||||||
|
|
||||||
default:
|
default:
|
||||||
g_assert_not_reached ();
|
g_assert_not_reached ();
|
||||||
|
return FALSE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user