mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:02:59 +00:00
[CLASSPNP][CDROM_NEW][DISK_NEW] Fix clang build
CORE-17129
This commit is contained in:
parent
fe1b98fc36
commit
15a7b9dd2f
10 changed files with 59 additions and 57 deletions
|
@ -1883,7 +1883,7 @@ Exit:
|
|||
return status;
|
||||
}
|
||||
|
||||
__inline
|
||||
static
|
||||
NTSTATUS
|
||||
IncursSeekPenalty (
|
||||
_In_ USHORT MediumRotationRate,
|
||||
|
@ -6147,7 +6147,7 @@ __ClasspQueueLogIOEventWithContextWorker_Exit:
|
|||
}
|
||||
}
|
||||
|
||||
__inline
|
||||
static
|
||||
BOOLEAN
|
||||
ValidPersistentReserveScope(
|
||||
UCHAR Scope)
|
||||
|
@ -6166,7 +6166,7 @@ ValidPersistentReserveScope(
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
__inline
|
||||
static
|
||||
BOOLEAN
|
||||
ValidPersistentReserveType(
|
||||
UCHAR Type)
|
||||
|
@ -8324,6 +8324,7 @@ retry:
|
|||
|
||||
#endif // #if (NTDDI_VERSION >= NTDDI_WINTHRESHOLD)
|
||||
|
||||
#ifndef __REACTOS__ // the functions is not used
|
||||
__inline
|
||||
BOOLEAN
|
||||
ClassDeviceHwFirmwareIsPortDriverSupported(
|
||||
|
@ -8359,6 +8360,7 @@ Return Value:
|
|||
|
||||
return isSupported;
|
||||
}
|
||||
#endif
|
||||
|
||||
NTSTATUS
|
||||
ClassDeviceHwFirmwareGetInfoProcess(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue