diff options
author | Nicolas Iooss <[email protected]> | 2016-12-19 14:21:44 +0100 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2016-12-20 09:37:24 +0100 |
commit | 9120cf4fd9ae77245ce9137869bcbd16575cc633 (patch) | |
tree | 216f3ea5eb9077356c1d8320bd0279ba2b7847e3 /tools/perf/scripts/python/check-perf-trace.py | |
parent | 634b847b6d232f861abd5a03a1f75677f541b156 (diff) |
x86/platform/intel/quark: Add printf attribute to imr_self_test_result()
__printf() attributes help detecting issues in printf() format strings at
compile time.
Even though imr_selftest.c is only compiled with
CONFIG_DEBUG_IMR_SELFTEST=y, GCC complains about a missing format
attribute when compiling allmodconfig with -Wmissing-format-attribute.
Silence this warning by adding the attribute.
Signed-off-by: Nicolas Iooss <[email protected]>
Acked-by: Bryan O'Donoghue <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions