From fa6312784e3a03afb17ec1ea5e0e1912ca34d2b9 Mon Sep 17 00:00:00 2001 From: Marc Dietrich Date: Fri, 28 Aug 2009 09:07:34 +0200 Subject: silence some compiler warnings This patch silences some compile warnings mostly comming from C++ style comments. I left the Atombios stuff untouched. --- src/rhd_driver.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/rhd_driver.c') diff --git a/src/rhd_driver.c b/src/rhd_driver.c index ab9cb9a..e971415 100644 --- a/src/rhd_driver.c +++ b/src/rhd_driver.c @@ -1077,7 +1077,9 @@ RHDScreenInit(int scrnIndex, ScreenPtr pScreen, int argc, char **argv) ScrnInfoPtr pScrn; RHDPtr rhdPtr; VisualPtr visual; +#ifndef XSERVER_LIBPCIACCESS unsigned int racflag = 0; +#endif #ifdef USE_DRI Bool DriScreenInited = FALSE; #endif -- cgit v1.2.3