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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user