fixed sun pro warning

This commit is contained in:
Jeff Hill
2002-03-22 15:49:58 +00:00
parent a5d063b050
commit ffac9da292

View File

@@ -41,7 +41,7 @@ private:
class epicsMutexNOOP {
public:
void lock () {}
bool lock ( double timeOut ) { return true; }
bool lock ( double /* timeOut */ ) { return true; }
bool tryLock () { return true; }
void unlock () {}
void show ( unsigned /* level */ ) const {}