mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-19 00:46:03 +01:00
trunk/branch integration: fix warning
This commit is contained in:
parent
2606d77c18
commit
ed692127b8
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user