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
Clang 16 makes `implicit-function-declarations` and
`incompatible-function-pointer-types` errors by default instead of
warnings. This commit adds the compiler flag to ensure they remain
warnings and not errors.
0 commit comments