1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-25 07:39:02 +00:00

Remove VC++ pragma to disable C4244 warning. It looks like the code originally producing this warning was faulty and was fixed long ago. No other files use this pragma, and no warning is printed without it.

This commit is contained in:
kris
2010-02-27 21:00:23 +00:00
parent 598d94f6f5
commit 2e99f41bfd

View File

@@ -105,15 +105,6 @@
#include <stdio.h>
/* For unknown reasons, MS VC++ is warning about lines like:
proxy->senddelay *= 0.95;
This is the brute-force way to fix that.
*/
#ifdef _MSC_VER
#pragma warning(disable: 4244)
#endif
extern NmapOps o;
struct idle_proxy_info {