Home | History | Annotate | Download | only in autoconf

Lines Matching full:uninitialized

1568     CXX_FLAG_CHECK(NO_MAYBE_UNINITIALIZED, [-Wno-maybe-uninitialized])
1569 dnl gcc 4.7 introduced -Wmaybe-uninitialized to distinguish cases which are
1570 dnl known to be uninitialized from cases which might be uninitialized. We
1574 CXX_FLAG_CHECK(NO_UNINITIALIZED, [-Wno-uninitialized])