|
|
@ -41,7 +41,7 @@ namespace DFHack
|
|
|
|
#ifdef _MSC_VER
|
|
|
|
#ifdef _MSC_VER
|
|
|
|
#pragma push
|
|
|
|
#pragma push
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* C4275 is - The warning officially is non dll-interface class 'std::exception' used as base for
|
|
|
|
* C4275 is - The warning officially is non dll-interface class 'std::exception' used as base for
|
|
|
|
* dll-interface class
|
|
|
|
* dll-interface class
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* Basically, its saying that you might have an ABI problem if you mismatch compilers. We don't
|
|
|
|
* Basically, its saying that you might have an ABI problem if you mismatch compilers. We don't
|
|
|
|