mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-19 08:58:25 +02:00
fix compiler warning in hw/vfb/InitOutput.c
This commit is contained in:
parent
b20ae5ddb7
commit
9f2793551f
1 changed files with 2 additions and 0 deletions
|
|
@ -255,10 +255,12 @@ OsVendorFatalError()
|
|||
{
|
||||
}
|
||||
|
||||
#if defined(DDXBEFORERESET)
|
||||
void ddxBeforeReset(void)
|
||||
{
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
void
|
||||
ddxUseMsg()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue