mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-04 04:00:13 +01:00
Properly #ifdef out ddxBeforeReset() to fix compiler warning
This commit is contained in:
parent
ac21e6a594
commit
60bd8893d5
1 changed files with 2 additions and 0 deletions
|
|
@ -237,11 +237,13 @@ OsVendorFatalError(void)
|
|||
}
|
||||
#endif
|
||||
|
||||
#ifdef DDXBEFORERESET
|
||||
void
|
||||
ddxBeforeReset(void)
|
||||
{
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef DDXTIME
|
||||
CARD32
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue