mirror of
https://github.com/google/googletest.git
synced 2025-11-13 08:15:04 -05:00
Adds an experimental CMake build script; makes the samples compile without warnings on Windows.
This commit is contained in:
@@ -52,7 +52,7 @@ namespace {
|
||||
class TersePrinter : public EmptyTestEventListener {
|
||||
private:
|
||||
// Called before any test activity starts.
|
||||
virtual void OnTestProgramStart(const UnitTest& unit_test) {}
|
||||
virtual void OnTestProgramStart(const UnitTest& /* unit_test */) {}
|
||||
|
||||
// Called after all test activities have ended.
|
||||
virtual void OnTestProgramEnd(const UnitTest& unit_test) {
|
||||
|
||||
Reference in New Issue
Block a user