You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
include/json: check MSVC before adding pragma warning directive
* File changes: include/json/{config.h, writer.h}
* Summary: previously JSONCPP_DISABLE_DLL_INTERFACE_WARNING is defined
when both _MSC_VER or __MINGW32__ defined. So, when compiled with
GCC or Clang using MinGW toolchain those #pragma warnings are also
enabled.
This change enables those #prgma warnings when only MSVC is used
i.e. only _MSC_VER is defined.
0 commit comments