mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-25 15:09:43 +00:00
Add missing noreturn attribute to various functions
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ IGT_TEST_DESCRIPTION("Checks that the kernel reports EFAULT when trying to use"
|
||||
|
||||
static jmp_buf jmp;
|
||||
|
||||
static void sigtrap(int sig)
|
||||
static void __attribute__((noreturn)) sigtrap(int sig)
|
||||
{
|
||||
longjmp(jmp, sig);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user