mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Remove not needed specific-compiler compile-time warning.
svn path=/trunk/; revision=8239
This commit is contained in:
parent
b7ee835601
commit
faf755d78e
1 changed files with 1 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: mminit.c,v 1.59 2003/12/31 05:33:04 jfilby Exp $
|
/* $Id: mminit.c,v 1.60 2004/02/17 23:58:54 tamlin Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top directory
|
* COPYRIGHT: See COPYING in the top directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -41,11 +41,6 @@ extern unsigned int _init_end__;
|
||||||
|
|
||||||
extern unsigned int _bss_end__;
|
extern unsigned int _bss_end__;
|
||||||
|
|
||||||
#if defined(_MSC_VER)
|
|
||||||
|
|
||||||
#pragma message("This will never work until we somehow fix these!")
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
static BOOLEAN IsThisAnNtAsSystem = FALSE;
|
static BOOLEAN IsThisAnNtAsSystem = FALSE;
|
||||||
static MM_SYSTEM_SIZE MmSystemSize = MmSmallSystem;
|
static MM_SYSTEM_SIZE MmSystemSize = MmSmallSystem;
|
||||||
|
|
Loading…
Reference in a new issue