Fixed warnings for HP-UX.

This commit is contained in:
Ralph Lange
2005-11-04 14:20:12 +00:00
parent 81df05f19d
commit 22be6c91e1
6 changed files with 20 additions and 20 deletions

View File

@@ -95,7 +95,7 @@ unsigned cacChannel::getHostName (
// the default is to assume that it is a locally hosted channel
const char * cacChannel::pHostName (
epicsGuard < epicsMutex > & guard ) const throw ()
epicsGuard < epicsMutex > & ) const throw ()
{
epicsSingleton < localHostName >::reference
ref ( localHostNameAtLoadTime.getReference () );