Index: openmp/trunk/runtime/test/ompt/parallel/nested_lwt.c =================================================================== --- openmp/trunk/runtime/test/ompt/parallel/nested_lwt.c +++ openmp/trunk/runtime/test/ompt/parallel/nested_lwt.c @@ -9,7 +9,7 @@ int main() { omp_set_nested(1); - int condition; + int condition = 0; #pragma omp parallel num_threads(4) {