Comment 3 for bug 1874073

Revision history for this message
Martin Liska (mliska) wrote :

Note that our -Wmaybe-uninitialized warnings tends to report false positives. We have a rich meta bug for it:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24639

That's why it can't prove the variable is initialized in all possible execution paths.