From 00fa14440f3da5324e882e4a57184884d1f68c7b Mon Sep 17 00:00:00 2001 From: Laurent Aimar Date: Thu, 15 Jul 2010 20:55:59 +0200 Subject: [PATCH] Fixed a compilation warning. --- src/video_output/display.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/video_output/display.c b/src/video_output/display.c index af73be8698..4749eb2889 100644 --- a/src/video_output/display.c +++ b/src/video_output/display.c @@ -286,8 +286,8 @@ struct vout_display_owner_sys_t { } sar_initial; /* */ - int width_saved; - int height_saved; + unsigned width_saved; + unsigned height_saved; struct { unsigned num; -- 2.39.2