From 5e1166b31be45b37cbbd14eecfa1b260190ac651 Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Fri, 3 Jun 2011 12:52:29 +0100 Subject: Mark some variables with av_unused Most of these variables are only used in av_dlog statements, some are required but not used by other macros. Signed-off-by: Mans Rullgard --- libavcodec/flacenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/flacenc.c') diff --git a/libavcodec/flacenc.c b/libavcodec/flacenc.c index 8624a6d987..be775cabd3 100644 --- a/libavcodec/flacenc.c +++ b/libavcodec/flacenc.c @@ -980,7 +980,7 @@ static int encode_residual_ch(FlacEncodeContext *s, int ch) static int count_frame_header(FlacEncodeContext *s) { - uint8_t tmp; + uint8_t av_unused tmp; int count; /* -- cgit v1.2.3