Suppress warnings on OpenVMS

This commit is contained in:
Jouk
2020-07-20 16:23:52 +02:00
parent 2f450733d4
commit b1270ef87d

View File

@@ -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