chronos-tachyon / googletest-bazel

Fork of googletest that uses bazel.build
https://github.com/google/googletest
BSD 3-Clause "New" or "Revised" License
4 stars 4 forks source link

GTEST_DEFINE_string_ causes "Declaration requires an exit-time destructor warning" #441

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Compile up gtest on clang with warnings about exit-time destructors.

You will get a warning for every GTEST_DEFINE_string_ .

Original issue reported on code.google.com by dmaclach on 4 Oct 2013 at 7:55