fixed sun pro warnings

This commit is contained in:
Jeff Hill
2001-02-09 19:28:01 +00:00
parent dc957f400f
commit bf0537cf73
10 changed files with 26 additions and 12 deletions
+2 -2
View File
@@ -215,12 +215,12 @@ int netiiu::clearChannelRequest ( nciu & )
return ECA_DISCONNCHID;
}
int netiiu::subscriptionRequest ( netSubscription &subscr, bool )
int netiiu::subscriptionRequest ( netSubscription &, bool )
{
return ECA_NORMAL;
}
void netiiu::subscriptionCancelRequest ( netSubscription &, bool userThread )
void netiiu::subscriptionCancelRequest ( netSubscription &, bool )
{
}