[ObjectHandler-cvs] log4cxx-0.9.7/include/log4cxx config_msvc.h,1.1,1.2
Brought to you by:
ericehlers,
nando
From: Eric E. <eri...@us...> - 2006-05-25 16:01:13
|
Update of /cvsroot/objecthandler/log4cxx-0.9.7/include/log4cxx In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv22906/include/log4cxx Modified Files: config_msvc.h Log Message: silence warnings Index: config_msvc.h =================================================================== RCS file: /cvsroot/objecthandler/log4cxx-0.9.7/include/log4cxx/config_msvc.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** config_msvc.h 25 May 2006 11:41:29 -0000 1.1 --- config_msvc.h 25 May 2006 16:01:05 -0000 1.2 *************** *** 29,33 **** #ifdef WIN32 ! #pragma warning(disable : 4250 4251 4786 4290) #endif --- 29,33 ---- #ifdef WIN32 ! #pragma warning(disable : 4250 4251 4786 4290 4996) #endif |