From 4a34e54b0ecf342903d5ed112540fa832b62a514 Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Wed, 15 Jun 2011 11:24:00 +0200 Subject: Fix zero-length gnu_printf format string warning. Signed-off-by: Michael Niedermayer --- libavutil/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/log.h') diff --git a/libavutil/log.h b/libavutil/log.h index 149225dadf..53c8aa0f67 100644 --- a/libavutil/log.h +++ b/libavutil/log.h @@ -159,7 +159,7 @@ const char* av_default_item_name(void* ctx); * "Last message repeated x times" messages below (f)printf messages with some * bad luck. * Also to receive the last, "last repeated" line if any, the user app must - * call av_log(NULL, AV_LOG_QUIET, ""); at the end + * call av_log(NULL, AV_LOG_QUIET, "%s", ""); at the end */ #define AV_LOG_SKIP_REPEATED 1 void av_log_set_flags(int arg); -- cgit v1.2.3