Skip to content
  • Alan Coopersmith's avatar
    Fix compiler warnings in hw/xfree86/os-support/solaris · d346bc30
    Alan Coopersmith authored
    
    
    sun_init.c: In function `xf86OpenConsole':
    sun_init.c:99: warning: cast does not match function type
    sun_init.c:74: warning: unused variable `FreeVTslot'
    sun_init.c: In function `xf86UseMsg':
    sun_init.c:417: warning: old-style parameter declaration
    
    sun_vid.c: In function `solUnMapVidMem':
    sun_vid.c:162: warning: long unsigned int format, pointer arg (arg 6)
    sun_vid.c: In function `xf86ReadBIOS':
    sun_vid.c:217: warning: long unsigned int format, pointer arg (arg 5)
    sun_vid.c:217: warning: long unsigned int format, int arg (arg 6)
    
    sun_agp.c: In function `xf86EnableAGP':
    sun_agp.c:321: warning: unsigned int format, CARD32 arg (arg 4)
    
    Signed-off-by: default avatarAlan Coopersmith <alan.coopersmith@oracle.com>
    Reviewed-by: default avatarJulien Cristau <jcristau@debian.org>
    d346bc30