Makes gmock compile clean with gcc -Wall -Wextra.

This commit is contained in:
zhanyong.wan
2009-04-03 00:10:12 +00:00
parent 7e571ef537
commit 33c0af07c4
3 changed files with 54 additions and 60 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 -Wall -Wextra -Wno-unused-parameter
CXXFLAGS += -g -Wall -Wextra
# All tests produced by this Makefile. Remember to add new tests you
# created to the list.