diff --git a/include/cpptrace/cpptrace.hpp b/include/cpptrace/cpptrace.hpp index 1717dfb..47c5272 100644 --- a/include/cpptrace/cpptrace.hpp +++ b/include/cpptrace/cpptrace.hpp @@ -31,7 +31,8 @@ #pragma warning(push) // warning C4251: using non-dll-exported type in dll-exported type, firing on std::vector and others for some // reason -#pragma warning(disable: 4251) +// 4275 is the same thing but for base classes +#pragma warning(disable: 4251; disable: 4275) #endif namespace cpptrace {