All HPUX warnings fixed.

This commit is contained in:
Ralph Lange
2002-02-25 15:19:51 +00:00
parent 1f014a6108
commit 90614ef12e
31 changed files with 209 additions and 189 deletions
@@ -65,7 +65,8 @@ private:
// for this breaking out into a seperate class
// from pvInfo)
//
class pvEntry : public stringId, public tsSLNode<pvEntry> {
class pvEntry // X aCC 655
: public stringId, public tsSLNode<pvEntry> {
public:
pvEntry (const pvInfo &infoIn, directoryServer &casIn,
const char *pAliasName) :
+1
View File
@@ -196,4 +196,5 @@ LOCAL int parseDirectoryFP (FILE *pf, const char *pFileName)
}
nPV++;
}
return 0; // Make compiler happy
}