1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-23 06:39:01 +00:00

Added a comment with a pointer to the link on error C4800

This commit is contained in:
sean
2012-06-10 17:49:26 +00:00
parent cd4fd5eee5
commit a5d33580ea

View File

@@ -96,6 +96,7 @@
#ifndef NBASE_WINCONFIG_H
#define NBASE_WINCONFIG_H
//This disables the warning 4800 http://msdn.microsoft.com/en-us/library/b6801kcy(v=vs.71).aspx
#pragma warning(disable : 4800)
/* It doesn't really have strucct IP, but we use a different one instead
of the one that comes with Nmap */