You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mark the 8->32 converter's "pad" field as "maybe_unused". (#178)
Use the [[maybe_unused]] attribute to avoid a warning about the pad_
field being unused. This is preferable to the extra assignment that
was previously used.
0 commit comments