mirror of
https://github.com/boostorg/openmethod.git
synced 2026-01-29 07:42:29 +00:00
fix MSVC warnings
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
// See accompanying file LICENSE_1_0.txt
|
||||
// or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(disable: 4312)
|
||||
#endif
|
||||
|
||||
struct Animal {
|
||||
Animal(unsigned type) : type(type) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user