fixup! micropython_checks: Add compiler plugin.

This commit is contained in:
Jeff Epler 2025-07-05 17:37:28 +01:00
parent 3bb07751e2
commit fd50c65c5c

View file

@ -305,7 +305,7 @@ struct micropython_checks : gimple_opt_pass {
case 'l':
++fmt;
if (*fmt != 'u' && *fmt != 'd' && *fmt != 'x') {
if (*fmt != 'u' && *fmt != 'd' && *fmt != 'x' && *fmt != 'X') {
location_t loc = gimple_location(stmt);
warning_at(loc, OPT_Wformat_,
"Bad format specification with ll%c",