mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Silence GCC warning.
svn path=/trunk/; revision=57254
This commit is contained in:
parent
6b4f67148c
commit
d470d955aa
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS Kernel
|
||||
* LICENSE: BSD - See COPYING.ARM in the top level directory
|
||||
* FILE: ntoskrnl/mm/ARM3/sectopm.c
|
||||
* FILE: ntoskrnl/mm/ARM3/section.c
|
||||
* PURPOSE: ARM Memory Manager Section Support
|
||||
* PROGRAMMERS: ReactOS Portable Systems Group
|
||||
*/
|
||||
|
@ -1353,6 +1353,7 @@ MiCreateDataFileMap(IN PFILE_OBJECT File,
|
|||
{
|
||||
/* Not yet implemented */
|
||||
ASSERT(FALSE);
|
||||
*Segment = NULL;
|
||||
return STATUS_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue