1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-12 16:36:34 +00:00

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)

This commit is contained in:
fyodor
2009-04-25 21:46:06 +00:00
parent 8049fcad26
commit b1a86e5f10

View File

@@ -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]