mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Properly #ifdef out ddxBeforeReset() to fix compiler warning
This commit is contained in:
@@ -237,11 +237,13 @@ OsVendorFatalError(void)
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef DDXBEFORERESET
|
||||
void
|
||||
ddxBeforeReset(void)
|
||||
{
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef DDXTIME
|
||||
CARD32
|
||||
|
||||
Reference in New Issue
Block a user