Silence GCC warning.

svn path=/trunk/; revision=57254
This commit is contained in:
Dmitry Gorbachev 2012-09-08 08:07:44 +00:00
parent 6b4f67148c
commit d470d955aa

View file

@ -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;
}