goodfella / googletest

Automatically exported from code.google.com/p/googletest
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 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