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);
| ^~~~~~
Updated by O'Neil Delpratt over 2 years ago
- Category set to C API
- Status changed from New to Resolved
- Assignee set to O'Neil Delpratt
- % Done changed from 0 to 100
- Found in version set to 11.1
Bug fixed in the files: Transform, Query.c and Validate.c
Updated by O'Neil Delpratt over 2 years ago
- Status changed from Resolved to Closed
- Fixed in version set to 11.3
Bug fix applied in the SaxonC 11.3 maintenance release.
Please register to edit this issue
Actions