-
Notifications
You must be signed in to change notification settings - Fork 149
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
Configs - Cleanup for hemtt macro padding check #1624
Conversation
@@ -1,3 +1,6 @@ | |||
#pragma hemtt suppress pw3_padded_arg file | |||
#pragma hemtt suppress pw3_padded_arg config | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@BrettMayson - still getting with either/both line, not sure if error or just how the includes work
[PW3] Warning: padding a macro argument
╭─[/a3/ui_f/hpp/defineDIKCodes.inc:119:36]
│
119 │ #define DIK_NUMPADENTER 0x9C /* Enter on numeric keypad */
│ ┬
│ ╰── padding a macro argument is likely unintended
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's might be where DIK_NUMPADENTER is being used, and the error is just pointing to the wrong location. The comment will be removed, but the padded whitespace won't
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, it's on use not on define
which is actually good because it means we don't have to touch the bi files
a nice-to-have would be to indicate usage location
Building with no warnings for hemtt 1.10 |
not touching flexi-menu