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
Linking: shadowed symbols should not trigger warnings
The Unix linker silently ignores (re-)definitions when these are already
present. We may even internally generate multiple definitions for GCC's
built-ins, warnings about which would always be spurious.
This avoids spurious build failures when linking with -Werror.
0 commit comments