Snippets for tidyp 1.04 from Nix aarch64-darwin
Sourced from https://hydra.nixos.org/log/anvyh2g6sspinwc0cx12bbgpj7wqm12j-tidyp-1.04.drv.
-
access.c:600:40: warning: argument 'rgb' of type 'int[]' with mismatched bound [-Warray-parameter] 600 | static Bool GetRgb( ctmbstr color, int rgb[] ) | ^ -
lexer.c:2174:30: warning: variable 'skip' set but not used [-Wunused-but-set-variable] 2174 | uint skip = 0; | ^ -
localize.c:1354:41: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 1354 | messageNode( doc, TidyAccess, node, fmt ); | ^~~ -
localize.c:1361:41: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 1361 | messageNode( doc, TidyAccess, node, fmt ); | ^~~ -
localize.c:1380:44: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 1380 | messageNode(doc, TidyWarning, rpt, fmt); | ^~~ -
localize.c:1461:44: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 1461 | messageNode(doc, TidyWarning, rpt, fmt); | ^~~ -
localize.c:1480:45: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 1480 | messageNode(doc, TidyWarning, node, fmt); | ^~~ -
localize.c:1529:42: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 1529 | messageNode(doc, TidyError, rpt, fmt); | ^~~ -
streamio.c:946:19: warning: unused variable 'Symbol2Unicode' [-Wunused-const-variable] 946 | static const uint Symbol2Unicode[] = | ^~~~~~~~~~~~~~ -
../src/tidyp.c:921:10: warning: variable 'accessWarnings' set but not used [-Wunused-but-set-variable] 921 | uint accessWarnings = 0; | ^