Actions
Bug #5252
closedBuilding the command line tools issues a couple of warnings
Start date:
2022-01-28
Due date:
% Done:
100%
Estimated time:
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Found in version:
11.1
Fixed in version:
11.3
SaxonC Languages:
SaxonC Platforms:
SaxonC Architecture:
Description
ndw@ubuntu:~/saxonica/libsaxon-HEC-11.1/command$ sh ./buildhec-command.sh
Transform.c: In function 'checkForException':
Transform.c:337:2: warning: format not a string literal and no format arguments [-Wformat-security]
337 | printf(utfName);
| ^~~~~~
Query.c: In function 'checkForException':
Query.c:330:2: warning: format not a string literal and no format arguments [-Wformat-security]
330 | printf(utfName);
| ^~~~~~
Please register to edit this issue
Actions