1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-15 09:56:33 +00:00

Tidied up the #pragma command

This commit is contained in:
sean
2012-06-21 04:16:04 +00:00
parent 0c1c89a022
commit 663c44acc9

View File

@@ -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)