Adds an experimental CMake build script; makes the samples compile without warnings on Windows.

This commit is contained in:
zhanyong.wan
2009-12-29 19:45:33 +00:00
parent 4d004650c9
commit 1d6df4be08
4 changed files with 282 additions and 4 deletions

View File

@@ -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) {