Home | History | Annotate | Download | only in autoconf

Lines Matching full:uninitialized

1323 dnl GCC's potential uninitialized use analysis is weak and presents lots of
1329 CXX_FLAG_CHECK(NO_MAYBE_UNINITIALIZED, [-Wno-maybe-uninitialized])
1330 dnl gcc 4.7 introduced -Wmaybe-uninitialized to distinguish cases which are
1331 dnl known to be uninitialized from cases which might be uninitialized. We
1335 CXX_FLAG_CHECK(NO_UNINITIALIZED, [-Wno-uninitialized])