Skip to content

VS2015 update

T.J. Corona requested to merge tjcorona/common-superbuild:vs2015-update into master

When using VS2015, several patches are required. Notably:

Microsoft is deprecating stdext, and requires the flag

_SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS

be set in order to compile.

snprintf is now defined, and a redefinition of this variable must now be avoided.

Merge request reports