diff --git a/ffplay.c b/ffplay.c index 749cfc7b91..4fd8b36a15 100644 --- a/ffplay.c +++ b/ffplay.c @@ -2769,7 +2769,7 @@ static void stream_cycle_channel(VideoState *is, int codec_type) static void toggle_full_screen(VideoState *is) { - int i; + av_unused int i; is_full_screen = !is_full_screen; #if defined(__APPLE__) && SDL_VERSION_ATLEAST(1, 2, 14) /* OS X needs to reallocate the SDL overlays */