File indexing completed on 2025-02-02 04:26:00

0001 /* Precomp.h -- StdAfx
0002 2013-11-12 : Igor Pavlov : Public domain */
0003 
0004 #ifndef __7Z_PRECOMP_H
0005 #define __7Z_PRECOMP_H
0006 
0007 /* #include "Compiler.h" */
0008 #ifdef _MSC_VER
0009 #pragma warning(disable : 4456) // declaration of * hides previous local declaration
0010 #pragma warning(disable : 4457) // declaration of * hides function parameter
0011 #pragma warning(disable : 4996) // This function or variable may be unsafe
0012 #endif
0013 /* #include "7zTypes.h" */
0014 
0015 #endif