From a5d33580ea1a3097a766490fa836019d587d6740 Mon Sep 17 00:00:00 2001 From: sean Date: Sun, 10 Jun 2012 17:49:26 +0000 Subject: [PATCH] Added a comment with a pointer to the link on error C4800 --- nbase/nbase_winconfig.h | 1 + 1 file changed, 1 insertion(+) diff --git a/nbase/nbase_winconfig.h b/nbase/nbase_winconfig.h index 523c05812..a04e39b4d 100644 --- a/nbase/nbase_winconfig.h +++ b/nbase/nbase_winconfig.h @@ -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 */