fix warning on MSVC Orcas Beta 2
parent
d3626970a6
commit
b240c52bd9
3
config.h
3
config.h
|
|
@ -239,7 +239,8 @@ NAMESPACE_END
|
|||
// 4661: no suitable definition provided for explicit template instantiation request
|
||||
// 4786: identifer was truncated in debug information
|
||||
// 4355: 'this' : used in base member initializer list
|
||||
# pragma warning(disable: 4231 4250 4251 4275 4660 4661 4786 4355)
|
||||
// 4910: '__declspec(dllexport)' and 'extern' are incompatible on an explicit instantiation
|
||||
# pragma warning(disable: 4231 4250 4251 4275 4660 4661 4786 4355 4910)
|
||||
#endif
|
||||
|
||||
#ifdef __BORLANDC__
|
||||
|
|
|
|||
Loading…
Reference in New Issue