Skip to content

use _Noreturn keyword instead of noreturn macro

Steve Lhomme requested to merge robUx4/vlc:c11-noreturn-macro into master

This avoids collision with __declspec(noreturn) in Windows. In C23 they are both obsolete and [[noreturn]] should be used instead.

Merge request reports