mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 12:52:55 +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
@@ -326,7 +326,7 @@ db_shutdown(int sig) {
|
||||
printf("Shutting down...\n");
|
||||
}
|
||||
|
||||
static void
|
||||
static void __attribute__((noreturn))
|
||||
die(int reason) {
|
||||
int i = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user