mirror of
https://github.com/nmap/nmap.git
synced 2026-08-28 04:25:15 +00:00
Added a comment with a pointer to the link on error C4800
This commit is contained in:
parent
cd4fd5eee5
commit
a5d33580ea
1 changed files with 1 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue