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