fixup! micropython_checks: Add compiler plugin.
This commit is contained in:
parent
3bb07751e2
commit
fd50c65c5c
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue