mirror of
https://github.com/nmap/nmap.git
synced 2026-01-06 06:29:03 +00:00
o Fixed a bunch of code to avoid compilation warning messages (at
least on some Linux machines) [Andrew J. Bennieston]
This commit is contained in:
2
timing.h
2
timing.h
@@ -168,7 +168,7 @@ class RateMeter {
|
||||
class ScanProgressMeter {
|
||||
public:
|
||||
/* A COPY of stypestr is made and saved for when stats are printed */
|
||||
ScanProgressMeter(char *stypestr);
|
||||
ScanProgressMeter(const char *stypestr);
|
||||
~ScanProgressMeter();
|
||||
/* Decides whether a timing report is likely to even be
|
||||
printed. There are stringent limitations on how often they are
|
||||
|
||||
Reference in New Issue
Block a user