< prev index next >

test/fmw/gtest/src/gtest.cc

Print this page

        

*** 47,56 **** --- 47,59 ---- #include <iomanip> #include <limits> #include <ostream> // NOLINT #include <sstream> #include <vector> + #if defined(__SUNPRO_CC) && __SUNPRO_CC >= 0x5140 + #pragma error_messages(off, SEC_NULL_PTR_DEREF) + #endif #if GTEST_OS_LINUX // TODO(kenton@google.com): Use autoconf to detect availability of // gettimeofday().
< prev index next >