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
increase verbosity of warning about missing __builtin_ declaration
The __builtin_ declarations of gcc and clang are highly version-specific,
and constantly changing. User see a lot of warnings about missing
declarations of __builtin_ functions owing to compiler header files that use
these builtins in inline wrappers. This increases the verbosity level of
these warnings to "debug".
0 commit comments