mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-26 17:26:14 +00:00
A pedantic addition of a format string to a printf call
The printf used to clear the screen didn't have a format string, this adds one to avoid a compiler warning. Signed-off-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
700e45a522
commit
8c7be93544
@ -313,7 +313,7 @@ int main(int argc, char **argv)
|
||||
qsort(top_bits_sorted, num_top_bits, sizeof(struct top_bit *),
|
||||
top_bits_sort);
|
||||
|
||||
printf(clear_screen);
|
||||
printf("%s", clear_screen);
|
||||
|
||||
print_clock_info();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user