summaryrefslogtreecommitdiff
path: root/externals/getopt/getopt.c
diff options
context:
space:
mode:
authorTony Wasserka <neobrainx@gmail.com>2015-07-14 00:53:34 +0200
committerTony Wasserka <neobrainx@gmail.com>2015-07-14 00:53:34 +0200
commitecdfd0643a02ab9855f5674fee7475a7c15a0085 (patch)
tree51c4cf8dafb98f53b78a821ffd2522f4ee942eda /externals/getopt/getopt.c
parent1fc0347d27e05d989689ea6d06add33b1195065e (diff)
parent516169945285aee0591111576a28a0dea86faab9 (diff)
Merge pull request #927 from yuriks/getopt-fix
getopt: Fix compilation settings.
Diffstat (limited to 'externals/getopt/getopt.c')
-rw-r--r--externals/getopt/getopt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/externals/getopt/getopt.c b/externals/getopt/getopt.c
index faf84089f..948d42683 100644
--- a/externals/getopt/getopt.c
+++ b/externals/getopt/getopt.c
@@ -35,7 +35,6 @@ PROFITS, BUSINESS INTERRUPTION, LOSS OF PROGRAMS OR OTHER DATA ON
YOUR INFORMATION HANDLING SYSTEM OR OTHERWISE, EVEN If WE ARE
EXPRESSLY ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
*/
-#define _CRT_SECURE_NO_WARNINGS
#include <stdlib.h>
#include <stdio.h>
#ifdef _MSC_VER