]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - mkfiles.pl
Windows: compile with /D_CRT_SECURE_NO_WARNINGS.
authorSimon Tatham <anakin@pobox.com>
Sat, 2 Apr 2016 08:21:55 +0000 (09:21 +0100)
committerSimon Tatham <anakin@pobox.com>
Sat, 2 Apr 2016 13:21:54 +0000 (14:21 +0100)
commit8730ed52976712ec9e0cd98afc997d6ad88f0adf
tree11994f9c25686f6ee4effa7d80387c5b213260fa
parent16dfefcbdedb00354860adb32034ac0f3791833c
Windows: compile with /D_CRT_SECURE_NO_WARNINGS.

With all due respect to Microsoft, a cross-platform program simply
cannot switch to using MS's assorted 'secure' versions of standard C
functions if it wants to continue compiling on platforms other than
Windows. So I might as well squash the warnings, so that any other
more interesting compiler warnings can avoid being swamped in the
mess.
mkfiles.pl