remove VC specific pragma

date	2000.11.07.04.14.00;	author agrover;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:03:28 +00:00
parent 9e323788f4
commit 086e962212

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: cmclib - Local implementation of C library functions
* $Revision: 1.27 $
* $Revision: 1.28 $
*
*****************************************************************************/
@ -134,10 +134,6 @@
MODULE_NAME ("cmclib")
#ifdef _MSC_VER /* disable some level-4 warnings for VC++ */
#pragma warning(disable:4706) /* warning C4706: assignment within conditional expression */
#endif
#ifndef ACPI_USE_SYSTEM_CLIBRARY
/*******************************************************************************