From 3773630e480bd3a110b2d311adab411628781045 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Thu, 22 Apr 2004 09:10:18 +0000 Subject: #i10000# suppress warnings --- soltools/mkdepend/makefile.mk | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'soltools/mkdepend') diff --git a/soltools/mkdepend/makefile.mk b/soltools/mkdepend/makefile.mk index 5285e33ef786..d920be1ade34 100644 --- a/soltools/mkdepend/makefile.mk +++ b/soltools/mkdepend/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: hr $ $Date: 2004-02-02 18:47:16 $ +# last change: $Author: rt $ $Date: 2004-04-22 10:10:18 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -78,6 +78,13 @@ UWINAPILIB=$(0) CDEFS+=-DNO_X11 -DXP_PC -DHW_THREADS -DINCLUDEDIR=\".\" +# "mkdepend" is written in K&R style C. Modern compilers will generate +# lots of warning. There is no point in cleaning this up, so we just +# switch off warnings +.IF "$(COM)"=="C52" || "$(COM)"=="GCC" +CFLAGS+=-w +.ENDIF + OBJFILES= \ $(OBJ)$/cppsetup.obj \ $(OBJ)$/ifparser.obj \ -- cgit