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.
This commit is contained in:
Jouk Jansen 2024-09-21 06:41:47 +02:00 committed by Werner Lemberg
parent 83af801b55
commit c82745878d
2 changed files with 3 additions and 2 deletions

View File

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

View File

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