1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-21 15:09:02 +00:00

Removed the pragma as liblua ignored it.

This commit is contained in:
sean
2012-06-21 04:25:25 +00:00
parent 663c44acc9
commit 982f26ccf6

View File

@@ -155,7 +155,7 @@ typedef signed __int64 int64_t;
#ifndef _CRT_SECURE_NO_WARNINGS
#define _CRT_SECURE_NO_WARNINGS 1
#endif
#pragma warning(disable: 4996 4146)
#pragma warning(disable: 4996)
#ifdef __GNUC__
#define bzero(addr, num) __builtin_memset (addr, '\0', num)