diff --git a/WINGs/Examples/fontl.c b/WINGs/Examples/fontl.c index a440a22c..39cdb1d5 100644 --- a/WINGs/Examples/fontl.c +++ b/WINGs/Examples/fontl.c @@ -24,8 +24,9 @@ #include #include #include +#include -void wAbort() +noreturn void wAbort(void) { exit(0); } @@ -40,7 +41,7 @@ void show(WMWidget * self, void *data) WMSetLabelText(l, buf); } -void quit(WMWidget * self, void *data) +noreturn void quit(WMWidget * self, void *data) { (void) self; (void) data;