Actions
Bug #4477
openExtension function code should be removed Saxon-HE/C
Start date:
2020-03-10
Due date:
% Done:
0%
Estimated time:
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Found in version:
1.2.1
Fixed in version:
SaxonC Languages:
SaxonC Platforms:
SaxonC Architecture:
Description
As a result of the following stackover flow question: saxon-c-centos8-compile
It is clear the Saxon-He/C code base should not have code for the extension function feature. Should only be available in Saxon-PE/C and Saxon-EE/C.
Also when the compile flag -Werror=sizeof-pointer-div
is used we get the following error:
../../Saxon.C.API/SaxonProcessor.h:599:32: error: division ‘sizeof (JNINativeMethod*) / sizeof (JNINativeMethod)’
does not compute the number of array
elements [-Werror=sizeof-pointer-div] gMethods, sizeof(gMethods) / sizeof(gMethods[0]));
No data to display
Please register to edit this issue
Actions