Skip to content
Snippets Groups Projects
user avatar
Alex Smith authored
Prior to this on msvc/icl there was no handling of deprecated functions
and the deprecated warning was disabled.

After enabling there are a number of warnings relating to the CRT and
the use of the non-secure versions of several functions.  Defining
_CRT_SECURE_NO_WARNINGS silences these warnings.

Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
09f2581d
History