-
Notifications
You must be signed in to change notification settings - Fork 429
Format string warnings #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
diff -aur w3c-tidy-html5-f6a3bbe_orig/src/localize.c w3c-tidy-html5-f6a3bbe/src/localize.c
void TY_(ReportAccessError)( TidyDocImpl* doc, Node* node, uint code )
#endif /* SUPPORT_ACCESSIBILITY_CHECKS */
|
When building the following format string warnings are generated.
localize.c: In function ‘prvTidyReportAccessWarning’:
localize.c:1376: warning: format not a string literal and no format arguments
localize.c: In function ‘prvTidyReportAccessError’:
localize.c:1383: warning: format not a string literal and no format arguments
localize.c: In function ‘prvTidyReportWarning’:
localize.c:1402: warning: format not a string literal and no format arguments
localize.c: In function ‘prvTidyReportError’:
localize.c:1483: warning: format not a string literal and no format arguments
localize.c:1502: warning: format not a string literal and no format arguments
localize.c: In function ‘prvTidyReportFatal’:
localize.c:1551: warning: format not a string literal and no format arguments
The text was updated successfully, but these errors were encountered: