#if !defined(__FIL_CPA_H__) #define __FIL_CPA_H__ /******************************************/ #if _MSC_VER >= 1000 #pragma once #endif /* _MSC_VER >= 1000 */ /******************************************/ /**************************************** * Here is the list of disabled WARNING * ****************************************/ #if defined(VISUAL) #pragma warning(disable:4010) /** single-line comment contains line-continuation character **/ #pragma warning(disable:4032) /** formal parameter 1 has different type when promoted **/ #pragma warning(disable:4100) /** unreferenced formal parameter **/ #pragma warning(disable:4115) /** named type definition in parentheses **/ #pragma warning(disable:4127) /** conditional expression is constant **/ #pragma warning(disable:4201) /** nonstandard extension used : nameless struct/union **/ #pragma warning(disable:4214) /** nonstandard extension used : bit field types other than int **/ #pragma warning(disable:4310) /** cast truncates constant value **/ #pragma warning(disable:4514) /** unreferenced inline function has been removed **/ #pragma warning(disable:4702) /** unreachable code **/ #pragma warning(disable:4711) /** selected for automatic inline expansion **/ #endif /* VISUAL */ #if defined(WIN32)&&defined(__cplusplus) #include "stdafx.h" #endif /* WIN32&&__cplusplus */ #define HieFriend #include "ACP_Base.h" #include "CPA_Expt.h" #include "CPA_Std.h" #include "ERM.h" #include "LST.h" #include "TMP.h" #endif /* __FIL_CPA_H__ */