mirror of
https://github.com/X11Libre/xf86-video-xgi.git
synced 2026-03-24 01:24:35 +00:00
Remove const from variable.
Fixes. 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:
@@ -622,7 +622,7 @@ XGIDisplayPowerManagementSet(ScrnInfoPtr pScrn, int PowerManagementMode,
|
||||
|
||||
typedef struct
|
||||
{
|
||||
unsigned char name[10];
|
||||
char name[10];
|
||||
unsigned int DCLK;
|
||||
unsigned int HDisplay;
|
||||
unsigned int HSyncStart;
|
||||
|
||||
Reference in New Issue
Block a user