diff --git a/common/tf_log.c b/common/tf_log.c index 2d976f61d..bef173908 100644 --- a/common/tf_log.c +++ b/common/tf_log.c @@ -61,7 +61,7 @@ void tf_log_newline(const char log_fmt[2]) return; } - putchar('\n'); + (void)putchar((int32_t)'\n'); } /*