gtest-mpi-listener
gtest-mpi-listener copied to clipboard
Uninitialized variables with -DNDEBUG
bazel-out/k8-opt/bin/external/gtest_mpi_listener/gtest_mpi_listener.h:108:10: warning: variable 'is_mpi_initialized' is uninitialized when used here [-Wuninitialized] if (!is_mpi_initialized) { ^~~~~~~~~~~~~~~~~~ bazel-out/k8-opt/bin/external/gtest_mpi_listener/gtest_mpi_listener.h:106:27: note: initialize the variable 'is_mpi_initialized' to silence this warning int is_mpi_initialized; ^ = 0
We need to stop using asserts.