Ignore compile warnings on OpenVMS

This commit is contained in:
Jouk
2016-05-04 10:22:15 +02:00
parent e41a59ee07
commit 426b11036f

View File

@@ -2,7 +2,7 @@
# * # *
# Make file for VMS * # Make file for VMS *
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) * # Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
# Date : 25 February 2016 * # Date : 2 May 2016 *
# * # *
#***************************************************************************** #*****************************************************************************
.first .first
@@ -686,6 +686,8 @@ arcall.obj : arcall.cpp
arcfind.obj : arcfind.cpp arcfind.obj : arcfind.cpp
tarstrm.obj : tarstrm.cpp tarstrm.obj : tarstrm.cpp
datavcmn.obj : datavcmn.cpp datavcmn.obj : datavcmn.cpp
cxx$(CXX_DEFINE)/warn=disable=(INTSIGNCHANGE)/obj=datavcmn.obj \
datavcmn.cpp
debugrpt.obj : debugrpt.cpp debugrpt.obj : debugrpt.cpp
translation.obj : translation.cpp translation.obj : translation.cpp
languageinfo.obj : languageinfo.cpp languageinfo.obj : languageinfo.cpp