From 2c68ac3a10033c3d14e8b3aa267e7aadbfe53017 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Sat, 7 Feb 2004 01:22:26 +0000 Subject: [PATCH] fixed sunpro warnings --- src/libCom/cxxTemplates/epicsSingleton.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libCom/cxxTemplates/epicsSingleton.h b/src/libCom/cxxTemplates/epicsSingleton.h index da47a9763..ed488aff9 100644 --- a/src/libCom/cxxTemplates/epicsSingleton.h +++ b/src/libCom/cxxTemplates/epicsSingleton.h @@ -104,7 +104,7 @@ inline epicsSingleton::~epicsSingleton () // sorts of problems then clean up is left to other classes. } -#if defined ( __SUNPRO_CC ) && __SUNPRO_CC <= 0x550 +#if defined ( __SUNPRO_CC ) && __SUNPRO_CC < 0x550 // SUN PRO 5.4 generates bogus warnings unless it sees an implementation template < class TYPE > inline epicsSingleton::epicsSingleton ( const epicsSingleton & )