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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user