From 5f0a8221d844fffc820519f8d0d4114ecfc0521e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 22 Nov 2016 10:19:34 +0000 Subject: Fix warning. --- src/lib/video_decoder.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/video_decoder.cc') diff --git a/src/lib/video_decoder.cc b/src/lib/video_decoder.cc index 383af102d..1cde53e81 100644 --- a/src/lib/video_decoder.cc +++ b/src/lib/video_decoder.cc @@ -343,7 +343,7 @@ VideoDecoder::give (shared_ptr image, Frame frame) return; } - int const max_decoded_size = 96; + unsigned int const max_decoded_size = 96; /* If _decoded is already `full' there is no point in adding anything more to it, as the new stuff will just be removed again. -- cgit v1.2.3