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
For Ubuntu 22.04, we disabled some warnings with GCC
specifically for arm64. However, those flags are not
supported on clang, and further clang defines __GNU__ when
compiling. Add in an additional check for being on clang
so we avoid a clang warning.
Signed-off-by: Chris Lalancette <[email protected]>
0 commit comments