Commit 66955c8a authored by Daniel Leung's avatar Daniel Leung Committed by Benjamin Cabé
Browse files

toolchain: xt-clang: skip printf format checks



For some reasons, xt-clang does not like "%hhd" or "%hd"
(for example) being fed int data (same goes for unsigned ones)
and will always complain about mismatched types. GCC and newer
LLVM/Clang do not complain. This could be due to xt-clang
being based on older LLVM/Clang. So skip the check.

Fixes: #89008

Signed-off-by: default avatarDaniel Leung <daniel.leung@intel.com>
parent 21022462
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment