Fix 96 out of 102 -Wdiscarded-qualifiers warnings

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
Alan Coopersmith
2022-12-09 11:34:53 -08:00
parent bf78cb5118
commit e993eebd1f

View File

@@ -1854,7 +1854,7 @@ TRIDENTPreInit(ScrnInfoPtr pScrn, int flags)
vgaHWPtr hwp;
MessageType from;
CARD8 videoram, videorammask;
char *ramtype = NULL, *chipset = NULL;
const char *ramtype = NULL, *chipset = NULL;
Bool Support24bpp;
int vgaIOBase;
float mclk;