mirror of
https://github.com/X11Libre/xf86-video-xgi.git
synced 2026-03-24 01:24:35 +00:00
Remove const marker for some variables.
They are used in non-const context. Fixes a couple of warnings: warning: assignment discards 'const' qualifier from pointer target type Signed-off-by: Thomas Klausner <wiz@NetBSD.org> Reviewed-by: Connor Behan <connor.behan@gmail.com>
This commit is contained in:
@@ -3112,14 +3112,14 @@ static const XGI_ModeResInfoStruct XGI330_ModeResInfo[]=
|
||||
{ 1152, 864, 8,16}
|
||||
};
|
||||
|
||||
static const UCHAR XGI330_OutputSelect = 0x40;
|
||||
static const UCHAR XGI330_SoftSetting = 0x30;
|
||||
static const UCHAR XGI330_SR07 = 0x18;
|
||||
static const UCHAR XG21_DVOSetting = 0x00 ;
|
||||
static const UCHAR XG21_CR2E = 0x00 ;
|
||||
static const UCHAR XG21_CR2F = 0x00 ;
|
||||
static const UCHAR XG21_CR46 = 0x00 ;
|
||||
static const UCHAR XG21_CR47 = 0x00 ;
|
||||
static UCHAR XGI330_OutputSelect = 0x40;
|
||||
static UCHAR XGI330_SoftSetting = 0x30;
|
||||
static UCHAR XGI330_SR07 = 0x18;
|
||||
static UCHAR XG21_DVOSetting = 0x00 ;
|
||||
static UCHAR XG21_CR2E = 0x00 ;
|
||||
static UCHAR XG21_CR2F = 0x00 ;
|
||||
static UCHAR XG21_CR46 = 0x00 ;
|
||||
static UCHAR XG21_CR47 = 0x00 ;
|
||||
|
||||
UCHAR XG27_CR97 = 0xC1 ;
|
||||
UCHAR XG27_SR36 = 0x30 ;
|
||||
|
||||
Reference in New Issue
Block a user