From 9b1a07309620baf2cc5deb87d5a91c392a76060a Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Fri, 9 Jul 1999 16:17:18 +0000 Subject: Re-enable suppression of warning 829 for 10.x. --- include/makeinclude/platform_hpux_aCC.GNU | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/makeinclude/platform_hpux_aCC.GNU b/include/makeinclude/platform_hpux_aCC.GNU index 61dadd2578a..dab665250d5 100644 --- a/include/makeinclude/platform_hpux_aCC.GNU +++ b/include/makeinclude/platform_hpux_aCC.GNU @@ -51,9 +51,10 @@ CCFLAGS += $(CFLAGS) $(THR_DEFS) -DHPUX_VERS=$(HPUX_VERS) -DACE_LACKS_PRAGMA_ON # Additionally, on HP-UX 10.20, suppress 495 to shut up the warnings from # the system header files. 667 is also suppressed, but the compiler still # tells you there was a future error, but at least you can pick out any real -# errors by quickly scanning the output. +# 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 +CCFLAGS += +W495,667,829 endif DCFLAGS += -g DLD = $(CXX) $(CCFLAGS) -- cgit v1.2.1