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
Although the false positives that caused it to be disabled originally
may have been fixed in GCC 12, GCC also suffers from a problem where
-Wuninitialized may cause the build to hang on some platforms
(GCC #120729). This has been fixed in GCC 15, so turn on -Wuninitialized
for GCC 15+ instead of GCC 12+.
0 commit comments