mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
1f4ef448de
Fix warnings: E:\3rdRepo\ReactOS_Fork4\ntoskrnl\ex\keyedevt.c(458): warning C6387: 'Timeout' could be '0': this does not adhere to the specification for the function 'ExpWaitForKeyedEvent'. E:\3rdRepo\ReactOS_Fork4\ntoskrnl\ex\keyedevt.c(527): warning C6387: 'Timeout' could be '0': this does not adhere to the specification for the function 'ExpReleaseKeyedEvent'. JIRA issue: None. Proposed changes Timeout parameter of those two functions should be optional. |
||
---|---|---|
.. | ||
arm | ||
i386 | ||
atom.c | ||
callback.c | ||
dbgctrl.c | ||
efi.c | ||
event.c | ||
evtpair.c | ||
exintrin.c | ||
fmutex.c | ||
handle.c | ||
harderr.c | ||
hdlsterm.c | ||
init.c | ||
interlocked.c | ||
keyedevt.c | ||
locale.c | ||
lookas.c | ||
mutant.c | ||
profile.c | ||
pushlock.c | ||
resource.c | ||
rundown.c | ||
sem.c | ||
shutdown.c | ||
sysinfo.c | ||
time.c | ||
timer.c | ||
uuid.c | ||
win32k.c | ||
work.c | ||
xipdisp.c | ||
zone.c | ||
zw.S |