mirror of
https://github.com/nmap/nmap.git
synced 2026-07-11 18:55:08 +00:00
Removed the pragma as liblua ignored it.
This commit is contained in:
parent
663c44acc9
commit
982f26ccf6
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue