< prev index next >

test/fmw/gtest/src/gtest.cc

Print this page

        

@@ -47,10 +47,13 @@
 #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 >