fixed gnu warning

This commit is contained in:
Jeff Hill
1999-05-11 00:45:00 +00:00
parent 054bcc10e9
commit 6313dc1e6c

View File

@@ -252,7 +252,7 @@ pvAttachReturn exServer::pvAttach
//
// pvInfo::createPV()
//
exPV *pvInfo::createPV (exServer &exCAS, aitBool preCreateFlag, aitBool scanOn)
exPV *pvInfo::createPV (exServer &, aitBool preCreateFlag, aitBool scanOn)
{
if (this->pPV) {
return this->pPV;