mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +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:
parent
598d94f6f5
commit
2e99f41bfd
1 changed files with 0 additions and 9 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue