From b1270ef87d7edf4d9a1cda21f3f366466c31ae24 Mon Sep 17 00:00:00 2001 From: Jouk Date: Mon, 20 Jul 2020 16:23:52 +0200 Subject: [PATCH] Suppress warnings on OpenVMS --- src/generic/descrip.mms | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/generic/descrip.mms b/src/generic/descrip.mms index 9e1aa214c8..4cbadc51c1 100644 --- a/src/generic/descrip.mms +++ b/src/generic/descrip.mms @@ -2,7 +2,7 @@ # * # Make file for VMS * # Author : J.Jansen (joukj@hrem.nano.tudelft.nl) * -# Date : 4 March 2020 * +# Date : 20 July 2020 * # * #***************************************************************************** .first @@ -315,5 +315,10 @@ statbmpg.obj : statbmpg.cpp textmeasure.obj : textmeasure.cpp editlbox.obj : editlbox.cpp collheaderctrlg.obj : collheaderctrlg.cpp +.ifdef __WXX11__ graphicc.obj : graphicc.cpp + cxx $(CXXFLAGS)$(CXX_DEFINE)/warn=disable=(WARDIR) graphicc.cpp +.else +graphicc.obj : graphicc.cpp +.endif rowheightcache.obj : rowheightcache.cpp