- disable #warning on MSVC++ because it doesn't understand it
This commit is contained in:
parent
6e88962c1e
commit
765f21fbc3
@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// $Id: paging.cc,v 1.10 2002-09-01 20:12:09 kevinlawton Exp $
|
||||
// $Id: paging.cc,v 1.11 2002-09-03 15:56:24 bdenney Exp $
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Copyright (C) 2001 MandrakeSoft S.A.
|
||||
@ -316,7 +316,11 @@
|
||||
// +---------------> Current CR0.wp value
|
||||
|
||||
|
||||
#ifndef _MSC_VER
|
||||
// MSC++ doesn't understand a #warning
|
||||
#warning "Move priv_check to CPU fields, or init.cc"
|
||||
#endif
|
||||
|
||||
unsigned priv_check[BX_PRIV_CHECK_SIZE];
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user