dde_kit: panic does not return

The attributes enables to use panic as final statement in branches of
functions declared to return.
This commit is contained in:
Christian Helmuth 2014-10-07 15:20:04 +02:00
parent ac47053b2f
commit f8dcf76480

View File

@ -19,7 +19,7 @@
*
* \param fmt message format string
*/
void dde_kit_panic(const char *fmt, ...);
__attribute__((noreturn)) void dde_kit_panic(const char *fmt, ...);
/**
* Print debug message and block