Ignore:
Timestamp:
Mar 10, 2006 12:57:12 PM (18 years ago)
Author:
bennylp
Message:

Fixed compilation and run warnings/errors with MSVC 2005

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/compat/cc_msvc.h

    r122 r315  
    3434#define PJ_CC_VER_3         0 
    3535 
     36/* Disable CRT deprecation warnings. */ 
     37#if PJ_CC_VER_1 >= 8 
     38#   define _CRT_SECURE_NO_DEPRECATE 
     39#endif 
     40 
    3641#pragma warning(disable: 4127) // conditional expression is constant 
    3742#pragma warning(disable: 4611) // not wise to mix setjmp with C++ 
Note: See TracChangeset for help on using the changeset viewer.