Show
Ignore:
Timestamp:
04/03/08 07:45:52 (9 months ago)
Author:
peter
Message:

source/cddefines.h:

Disable MS VS warnings about "extern template" construct.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/source/cddefines.h

    r1906 r1911  
    15661566         * line 126 */ 
    15671567#       pragma warning( disable : 4512 ) 
     1568        /* disable "'extern' before template explicit instantiation" */ 
     1569#       pragma warning( disable : 4231 ) 
    15681570#endif 
    15691571#ifdef __INTEL_COMPILER