diff options
author | doccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-01-19 21:19:25 +0000 |
---|---|---|
committer | doccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-01-19 21:19:25 +0000 |
commit | c85d6afce2c3bfa384c3fd12dce7cfdbcb37e616 (patch) | |
tree | a31b70f061077906740ac0027a503d6b90d09c29 /include/makeinclude/platform_hpux_aCC.GNU | |
parent | 39111590819e01a264e2d74e49b54bc9e5abe08c (diff) | |
download | ATCD-c85d6afce2c3bfa384c3fd12dce7cfdbcb37e616.tar.gz |
ChangeLogTag: Fri Jan 19 13:16:49 2001 Priyanka Gontla <pgontla@ece.uci.edu>
Diffstat (limited to 'include/makeinclude/platform_hpux_aCC.GNU')
-rw-r--r-- | include/makeinclude/platform_hpux_aCC.GNU | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_hpux_aCC.GNU b/include/makeinclude/platform_hpux_aCC.GNU index 4ae8af97880..dbaceb528f4 100644 --- a/include/makeinclude/platform_hpux_aCC.GNU +++ b/include/makeinclude/platform_hpux_aCC.GNU @@ -59,7 +59,7 @@ endif endif # Suppress warning 302 ((...) parameter list is a non-portable feature) -CCFLAGS += $(CFLAGS) $(THR_DEFS) -DHPUX_VERS=$(HPUX_VERS) -DACE_LACKS_PRAGMA_ONCE +W302 +CCFLAGS += $(CFLAGS) $(THR_DEFS) -DHPUX_VERS=$(HPUX_VERS) -DACE_LACKS_PRAGMA_ONCE -w +W302,129 # If exception support is explicitly disabled, tell the compiler. # This is not recommended since the run-time library can throw exceptions. |