diff options
author | doccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-06-19 23:05:54 +0000 |
---|---|---|
committer | doccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-06-19 23:05:54 +0000 |
commit | cf2718cb935e2ce47bc9e410c20d04cb82a920b5 (patch) | |
tree | d6b451c63c344c24bc9f9cd1c1f17e84354614a7 /include/makeinclude | |
parent | 1fadc9b347205492c60525e8901bea1bf430200d (diff) | |
download | ATCD-cf2718cb935e2ce47bc9e410c20d04cb82a920b5.tar.gz |
ChangeLogTag: Tue Jun 19 16:01:01 2001 Priyanka Gontla <pgontla@ece.uci.edu>
Diffstat (limited to 'include/makeinclude')
-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 e380bee141b..1592edd42cb 100644 --- a/include/makeinclude/platform_hpux_aCC.GNU +++ b/include/makeinclude/platform_hpux_aCC.GNU @@ -98,7 +98,7 @@ endif # errors by quickly scanning the output. 829 is suppressed because the # system headers have offending string literals assigned to char *. ifeq ($(word 2,$(HPVERS_WORDS)), 10) -CCFLAGS += +W495,667,829 +CCFLAGS += +W495,667,829,908 endif DCCFLAGS += -g DLD = $(CXX) $(CCFLAGS) |