[Cppunit-devel] Compiler warnings
Brought to you by:
blep
From: <joh...@es...> - 2002-03-14 07:46:04
|
Hi, I get the following warnings when compiling at warning level 4 (VC.NET): d:\Data\common\CppUnit-1.7.3\include\cppunit\Portability.h(50) : warning C4511: 'CppUnit::OStringStream' : copy constructor could not be generated d:\Data\common\CppUnit-1.7.3\include\cppunit\Portability.h(48) : see declaration of 'CppUnit::OStringStream' d:\Data\common\CppUnit-1.7.3\include\cppunit\Portability.h(50) : warning C4512: 'CppUnit::OStringStream' : assignment operator could not be generated d:\Data\common\CppUnit-1.7.3\include\cppunit\Portability.h(48) : see declaration of 'CppUnit::OStringStream' d:\Data\common\CppUnit-1.7.3\include\cppunit\Exception.h(31) : warning C4512: 'CppUnit::Exception::Type' : assignment operator could not be generated d:\Data\common\CppUnit-1.7.3\include\cppunit\Exception.h(21) : see declaration of 'CppUnit::Exception::Type' Would it be possible to fix these using warning pragmas when compiling under VC? // Johan |