Introduce VLC_NORETURN function attribute and use it
Note that this attribute implies that the function never returns in any circumstances (it exits, it aborts or it gets cancelled). Do not use this attribute for function that do not return at the end but may return from other branches.
Showing
Please register or sign in to comment