Makes gmock compile with gcc -Wall -Wextra -Wno-unused-parameter.

This commit is contained in:
zhanyong.wan
2009-03-26 19:06:45 +00:00
parent 68be111b4c
commit 3fbd2dd020
6 changed files with 17 additions and 16 deletions

View File

@@ -31,7 +31,7 @@ CPPFLAGS += -I$(GMOCK_DIR) -I$(GMOCK_DIR)/include \
-I$(GTEST_DIR) -I$(GTEST_DIR)/include
# Flags passed to the C++ compiler.
CXXFLAGS += -g
CXXFLAGS += -g -Wall -Wextra -Wno-unused-parameter
# All tests produced by this Makefile. Remember to add new tests you
# created to the list.