From c82745878da1acef2ce6bd7e17a8d59b8612d509 Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Sat, 21 Sep 2024 06:41:47 +0200 Subject: [PATCH] Minor fixes for OpenVMS. * vms_name.com: Suppress a warning with the latest Clang compiler. * builds/vms/apinames_vms.bash: Use absolute path to avoid dependency on the environment. --- builds/vms/apinames_vms.bash | 2 +- vms_make.com | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/builds/vms/apinames_vms.bash b/builds/vms/apinames_vms.bash index e9b1b727b..1928d21ae 100644 --- a/builds/vms/apinames_vms.bash +++ b/builds/vms/apinames_vms.bash @@ -1,2 +1,2 @@ src/tools/apinames -wV include/freetype/*.h > freetype_vms0.opt -mv freetype_vms0.opt freetype_vms.opt +/gnu/bin/mv freetype_vms0.opt freetype_vms.opt diff --git a/vms_make.com b/vms_make.com index 65d2eb586..c766a80d3 100644 --- a/vms_make.com +++ b/vms_make.com @@ -1499,7 +1499,8 @@ $ deck CFLAGS=$(COMP_FLAGS)$(DEBUG)/include=([--.include],[--.src.sfnt]) .ifdef X86 -CXXFLAGS=$(CXXCOMP_FLAGS) -I[] -I[--.include] -I[--.src.base] -Isys$library +CXXFLAGS=$(CXXCOMP_FLAGS) -I[] -I[--.include] -I[--.src.base] -Isys$library\ + -Wno-incompatible-pointer-types .endif .ifdef X86