mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
daemon: Mark some functions as attribute((noreturn)).
This commit is contained in:
@@ -93,13 +93,13 @@ optgroup_selinux_available (void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
int
|
||||
int __attribute__((noreturn))
|
||||
do_setcon (const char *context)
|
||||
{
|
||||
abort ();
|
||||
}
|
||||
|
||||
char *
|
||||
char * __attribute__((noreturn))
|
||||
do_getcon (void)
|
||||
{
|
||||
abort ();
|
||||
|
||||
Reference in New Issue
Block a user