WINGs: Added attribute 'noreturn' to public function 'WMScreenMainLoop'
commit4976d48b6f3a64d1b6dd71e11d13669e77a73c67
authorChristophe CURIS <christophe.curis@free.fr>
Fri, 15 Nov 2013 17:46:40 +0000 (15 18:46 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Mon, 30 Dec 2013 18:11:05 +0000 (30 18:11 +0000)
tree04a6245374acfd480a4f6a5094616520ff44ced7
parent9e90cebc01ee49d9d81e0cb64bf6b6824c685f80
WINGs: Added attribute 'noreturn' to public function 'WMScreenMainLoop'

As suggested by GCC, this function is a good candidate. There is a little
constraint on how to do it however, as it is part of the public API so we
have to do it in a portable fashion (We can't rely on our "config.h" when
the file will have been installed).

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
WINGs/WINGs/WINGs.h