Add -Wmissing-noreturn to compiler flags.
authorAndre Noll <maan@systemlinux.org>
Sat, 29 Nov 2008 21:45:45 +0000 (22:45 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 29 Nov 2008 21:45:45 +0000 (22:45 +0100)
commite37500d29b2b699762e1aa196b14c41303bb1055
tree27f6f67375205341f23c0dd2ba2f74a44479a1c4
parent97e3deb06e0dd2e63520c2dc0736e753e1276fde
Add -Wmissing-noreturn to compiler flags.

And mark all exit functions of gui.c with __noreturn.
Makefile.in
gui.c