summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_hpux_aCC.GNU
diff options
context:
space:
mode:
authorsma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-02-02 11:44:32 +0000
committersma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-02-02 11:44:32 +0000
commite1c05afd123d6009e5a4d441455dd9e5776dae68 (patch)
treeea0606ae8eabb71a57b2d32aba3e6f7702848afa /ACE/include/makeinclude/platform_hpux_aCC.GNU
parent1f6099cd974ff9d388c6d53ab19aee2f21002a37 (diff)
downloadATCD-e1c05afd123d6009e5a4d441455dd9e5776dae68.tar.gz
ChangeLogTag: Fri Feb 2 11:43:00 UTC 2007 Simon Massey <sma@prismtech.com>
Diffstat (limited to 'ACE/include/makeinclude/platform_hpux_aCC.GNU')
-rw-r--r--ACE/include/makeinclude/platform_hpux_aCC.GNU4
1 files changed, 3 insertions, 1 deletions
diff --git a/ACE/include/makeinclude/platform_hpux_aCC.GNU b/ACE/include/makeinclude/platform_hpux_aCC.GNU
index 006daba7a2e..b794df1e43c 100644
--- a/ACE/include/makeinclude/platform_hpux_aCC.GNU
+++ b/ACE/include/makeinclude/platform_hpux_aCC.GNU
@@ -87,7 +87,9 @@ endif
ifeq (03,$(CXXMAJORVERS))
# Suppress Warning 302 ((...) parameter list is a non-portable feature)
- CCFLAGS += +W302
+ # Suppress Warning 361 (missing return from non-void function)
+ # Suppress Warning 1039(Binary incompatabilty between old and new compilers)
+ CCFLAGS += +W302,361,1039
ifeq (57,$(CXXMINORVERS))
# aCC 3.57 has a bug. When a class has private constructors