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
Refactor lock_set_alloc() to not trigger unaligned access warning on arm32:
net/../lock_alloc.h: In function lock_set_alloc
net/../lock_alloc.h:70:13: warning: cast increases required alignment of target type [-Wcast-align]
This also produces cleaner code and it might be also bit faster too.
0 commit comments