mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 19:10:20 +01:00
trunk/branch integration: fix warning
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// Platform_WIN32.h
|
||||
//
|
||||
// $Id: //poco/svn/Foundation/include/Poco/Platform_WIN32.h#3 $
|
||||
// $Id: //poco/1.4/Foundation/include/Poco/Platform_WIN32.h#1 $
|
||||
//
|
||||
// Library: Foundation
|
||||
// Package: Core
|
||||
@@ -79,6 +79,7 @@
|
||||
#pragma warning(disable:4996) // VC++ 8.0 deprecation warnings
|
||||
#pragma warning(disable:4351) // new behavior: elements of array '...' will be default initialized
|
||||
#pragma warning(disable:4675) // resolved overload was found by argument-dependent lookup
|
||||
#pragma warning(disable:4275) // non dll-interface class 'std::exception' used as base for dll-interface class 'Poco::Exception'
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user