mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Tidied up the #pragma command
This commit is contained in:
parent
0c1c89a022
commit
663c44acc9
1 changed files with 1 additions and 2 deletions
|
|
@ -155,8 +155,7 @@ typedef signed __int64 int64_t;
|
|||
#ifndef _CRT_SECURE_NO_WARNINGS
|
||||
#define _CRT_SECURE_NO_WARNINGS 1
|
||||
#endif
|
||||
#pragma warning(disable: 4996)
|
||||
#pragma warning(disable: 4146)
|
||||
#pragma warning(disable: 4996 4146)
|
||||
|
||||
#ifdef __GNUC__
|
||||
#define bzero(addr, num) __builtin_memset (addr, '\0', num)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue