1
0
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:
fyodor
2008-04-09 02:11:20 +00:00
parent fa9bd6be6e
commit 5551c5a311
21 changed files with 144 additions and 140 deletions

View File

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