From b1a86e5f102b895b70bde7e3d5d0378afcb38886 Mon Sep 17 00:00:00 2001 From: fyodor Date: Sat, 25 Apr 2009 21:46:06 +0000 Subject: [PATCH] There are a handful of annoying warnings when compiling on Windows, we should fix those where practical (e.g. where the fix doesn't cause problems on other platforms) --- docs/TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/TODO b/docs/TODO index 4c90a6323..ea4cadf1b 100644 --- a/docs/TODO +++ b/docs/TODO @@ -103,6 +103,9 @@ o Consider making the ping scan default be more comprehensive. Note artifacts and figure out exactly which tests are helping the most. If I do this change, I'll have to update the host enumeration chapter. +o Wherever practical, fix compiler warnings when compiling Nmap with + VC++ 2008 Express SP1 (there aren't many). + o Do an OS detection integration run -- last was based on 1/8/09. [David]