From b4035270aeed22502fbbaa1b9ef66176d7298385 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Wed, 13 Feb 2002 09:21:08 +0000 Subject: [PATCH] Globally suppressing bogus warnings for HPSUX --- src/gdd/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/gdd/Makefile b/src/gdd/Makefile index fa22c71ab..fe7ab402a 100644 --- a/src/gdd/Makefile +++ b/src/gdd/Makefile @@ -53,6 +53,12 @@ PROD_HOST = aitGen genApps # Remove the following line once a better version of gcc is available. aitConvert_OPT_RTEMS-pc386 = NO +# Switch off potentially bogus warnings on HPUX 11 - detailed warning +# suppression in the source code would be too much effort with respect +# to gdd's limited future + +USR_CXXFLAGS_hpux = +W818 +W361 +W392 +W749 + gdd_RCS_WIN32 = gdd.rc include $(TOP)/configure/RULES