btyacc icon indicating copy to clipboard operation
btyacc copied to clipboard

Mark functions that do not return.

Open elfring opened this issue 9 years ago • 1 comments

I suggest to use the function specifier "_Noreturn" (or a similar function attribute/annotation) at some source code places.

elfring avatar May 07 '16 16:05 elfring

noreturn is a better syntax and should be defined as a macro to manage C and C++ targets.

zosrothko avatar May 08 '16 07:05 zosrothko