fixed sun pro warnings

This commit is contained in:
Jeff Hill
1999-08-06 22:13:50 +00:00
parent ff1f10bea3
commit ef30d45409
2 changed files with 8 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ class albert : public intId<unsigned,8>, public tsSLNode<albert> {
public:
albert (resTable< albert, intId<unsigned,8> > &atIn, unsigned idIn) :
at(atIn), intId<unsigned,8>(idIn) {}
void show (unsigned level)
void show (unsigned /* level */)
{
}
void destroy()
@@ -84,7 +84,7 @@ void jane::testTraverse()
template class resTable<jane,stringId>;
#endif
main()
int main()
{
unsigned i;
clock_t start, finish;
@@ -251,4 +251,5 @@ main()
void empty()
{
}
}

View File

@@ -20,7 +20,7 @@ class albert : public intId<unsigned,8>, public tsSLNode<albert> {
public:
albert (resTable< albert, intId<unsigned,8> > &atIn, unsigned idIn) :
at(atIn), intId<unsigned,8>(idIn) {}
void show (unsigned level)
void show (unsigned /* level */)
{
}
void destroy()
@@ -84,7 +84,7 @@ void jane::testTraverse()
template class resTable<jane,stringId>;
#endif
main()
int main()
{
unsigned i;
clock_t start, finish;
@@ -251,4 +251,5 @@ main()
void empty()
{
}
}