[PATCH] Declare functions that unconditionally call FatalError as _X_NORETURN.
Mark Kettenis
mark.kettenis at xs4all.nl
Sat May 22 02:02:53 PDT 2010
> From: Jamey Sharp <jamey at minilop.net>
> Date: Fri, 21 May 2010 22:16:50 -0700
>
> For AtomError, this should fix a clang warning; in the other cases it's
> just good documentation.
Adding _X_NORETURN to a function will destroy the possibility to do
backtraces from said function on many architectures.
More information about the xorg-devel
mailing list