mirror of
https://github.com/X11Libre/xf86-video-nv.git
synced 2026-03-24 01:24:21 +00:00
Fix warning.
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
#include "g80_display.h"
|
||||
#include "g80_output.h"
|
||||
|
||||
static CARD32 G80FindLoadVal(const unsigned char *table1)
|
||||
static unsigned G80FindLoadVal(const unsigned char *table1)
|
||||
{
|
||||
const unsigned char *p = table1;
|
||||
int count;
|
||||
|
||||
@@ -56,7 +56,7 @@ typedef struct G80Rec {
|
||||
Bool present;
|
||||
ORNum or;
|
||||
} lvds;
|
||||
CARD32 loadVal;
|
||||
unsigned loadVal;
|
||||
|
||||
xf86Int10InfoPtr int10;
|
||||
int int10Mode; /* Console mode to restore */
|
||||
|
||||
Reference in New Issue
Block a user