Go to the documentation of this file.
   19 #define __CRT_WARNING( _Number, _Description ) \ 
   20     message("" __FILE__ "(" _CRT_STRINGIZE(__LINE__) ") : " \ 
   21     "warning CRT" _CRT_STRINGIZE(_Number) ": " _CRT_STRINGIZE(_Description)) 
   23 #define _CRT_WARNING( _Id ) \ 
   24     __CRT_WARNING( _CRTWRN_WNUMBER_##_Id, _CRTWRN_MESSAGE_##_Id ) 
   46 #define _CRTWRN_WNUMBER__NO_SPECIAL_TRANSFER  1004 
   47 #define _CRTWRN_MESSAGE__NO_SPECIAL_TRANSFER \ 
   48     Special transfer of control routines not defined for this platform 
   59 #define _CRTWRN_WNUMBER__DEPRECATE_STATIC_CPPLIB  1007 
   60 #define _CRTWRN_MESSAGE__DEPRECATE_STATIC_CPPLIB _STATIC_CPPLIB is deprecated