From 869fc416f7c78ed4e397e0208acd1545771c0502 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Wed, 18 Jun 2014 16:20:48 +0200 Subject: hevc: Mark num_bins_in_se as unused Only its size is actually used. Silence a clang warning. --- libavcodec/hevc_cabac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/hevc_cabac.c') diff --git a/libavcodec/hevc_cabac.c b/libavcodec/hevc_cabac.c index f2531d41bd..ff55b02cc0 100644 --- a/libavcodec/hevc_cabac.c +++ b/libavcodec/hevc_cabac.c @@ -32,7 +32,7 @@ /** * number of bin by SyntaxElement. */ -static const int8_t num_bins_in_se[] = { +av_unused static const int8_t num_bins_in_se[] = { 1, // sao_merge_flag 1, // sao_type_idx 0, // sao_eo_class -- cgit v1.2.3