mirror of
https://github.com/acpica/acpica/
synced 2025-02-24 09:24:08 +03:00
remove VC specific pragma
date 2000.11.07.04.14.00; author agrover; state Exp;
This commit is contained in:
parent
9e323788f4
commit
086e962212
@ -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
|
||||
|
||||
/*******************************************************************************
|
||||
|
Loading…
x
Reference in New Issue
Block a user