Lines Matching refs:warning
572 // Tests that Google Mock doesn't print a warning when the number of
876 EXPECT_EQ(0, b.DoB(1)); // Shouldn't generate a warning as the
907 // The warning message should contain the call location.
1819 // Suppresses warning on unreferenced formal parameter in MSVC with
1822 # pragma warning(push)
1823 # pragma warning(disable:4100)
1829 # pragma warning(pop)
1981 // generates a warning without the stack trace when
1982 // --gmock_verbose=warning is specified.
1995 // generates a warning containing the stack trace when
2117 "NOTE: You can safely ignore the above warning unless this "
2158 // Tests that --gmock_verbose=warning causes uninteresting calls to be
2166 // Tests that --gmock_verbose=warning causes neither expected nor
2175 // as --gmock_verbose=warning.
2177 GMOCK_FLAG(verbose) = "invalid"; // Treated as "warning".
2227 helper_.Foo(PrintMeNot()); // This should generate a warning.