mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-24 06:43:01 +00:00
clang: Fix warnings found through clang.
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
This commit is contained in:
+1
-1
@@ -598,7 +598,7 @@ int update_display(void)
|
||||
|
||||
static char optstr[] = "hiaf:s:d:p:mrt";
|
||||
|
||||
static void usage(char *name)
|
||||
static void __attribute__((noreturn)) usage(char *name)
|
||||
{
|
||||
fprintf(stderr, "usage: %s [-hiasdpmtf]\n", name);
|
||||
fprintf(stderr, "\t-i\tdump info\n");
|
||||
|
||||
Reference in New Issue
Block a user