mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
osdep: rename MP_UNREACHABLE
It was pointed out on IRC that the name is misleading, since the actual semantics of the macro is to assert first.
This commit is contained in:
@@ -372,7 +372,7 @@ static struct mp_pin *find_connected_end(struct mp_pin *p)
|
||||
return other;
|
||||
p = other->user_conn;
|
||||
}
|
||||
MP_UNREACHABLE();
|
||||
MP_ASSERT_UNREACHABLE();
|
||||
}
|
||||
|
||||
// With p being part of a connection, create the pin_connection and set all
|
||||
|
||||
Reference in New Issue
Block a user