mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-04 23:29:42 +02:00
eeshow/util/diag.h (pfatal): mark as "noreturn"
This commit is contained in:
parent
505ffe0c17
commit
1930eedb64
@ -28,7 +28,7 @@ extern unsigned verbose;
|
||||
|
||||
/* perror, based on "fatal" or "error" */
|
||||
|
||||
void diag_pfatal(const char *s);
|
||||
void __attribute__((noreturn)) diag_pfatal(const char *s);
|
||||
void diag_perror(const char *s);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user