From 7d397d5961413f5da3ff259688c13bd7517c0ef9 Mon Sep 17 00:00:00 2001 From: ben Date: Sun, 1 Apr 2007 12:52:25 +0000 Subject: killed warnings in sis driver git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22885 b3059339-0415-0410-9bf9-f77b7e298cf2 --- vidix/sis_vid.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vidix/sis_vid.c') diff --git a/vidix/sis_vid.c b/vidix/sis_vid.c index 1a24624113..40f6ebd859 100644 --- a/vidix/sis_vid.c +++ b/vidix/sis_vid.c @@ -117,10 +117,10 @@ static unsigned int sis_shift_value = 1; static unsigned int sis_vmode = 0; unsigned int sis_vbflags = DISPTYPE_DISP1; unsigned int sis_overlay_on_crt1 = 1; -unsigned int sis_crt1_off = -1; +int sis_crt1_off = -1; unsigned int sis_detected_crt2_devices; unsigned int sis_force_crt2_type = CRT2_DEFAULT; -unsigned int sis_device_id = -1; +int sis_device_id = -1; static int sis_format; static int sis_Yoff = 0; -- cgit v1.2.3