turn off hpux warnings

This commit is contained in:
Jeff Hill
2002-04-30 16:06:39 +00:00
parent bc1c518b1c
commit f79f3fe5a5
+4
View File
@@ -44,6 +44,10 @@
# if _MSC_VER >= 1200
# define CASG_PLACEMENT_DELETE
# endif
#elif defined ( __HP_aCC )
# if _HP_aCC > 033300
# define CASG_PLACEMENT_DELETE
# endif
#else
# define CASG_PLACEMENT_DELETE
#endif