mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 07:56:59 +00:00
modified lib/rtl/exception.c
Silence unavoidable warning modified lib/rtl/generictable.c Avoid silenceable warning svn path=/trunk/; revision=41561
This commit is contained in:
parent
e89c456751
commit
7faf270a8a
2 changed files with 10 additions and 1 deletions
|
@ -619,7 +619,7 @@ RtlEnumerateGenericTableWithoutSplayingAvl(IN PRTL_AVL_TABLE Table,
|
|||
IN OUT PVOID *RestartKey)
|
||||
{
|
||||
/* FIXME! */
|
||||
return RtlEnumerateGenericTableWithoutSplayingAvl(Table, RestartKey);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue