Skip to content
Snippets Groups Projects
Commit d2ff9482 authored by Simon Tatham's avatar Simon Tatham
Browse files

Mark a few functions as __attribute__((noreturn)).

This is mostly to make static analysers and compiler warnings a bit
happier - now they know that a call to, say, modalfatalbox() means
they don't have to worry about what the rest of the function will do.
parent 144b738f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment