summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2009-04-03 00:10:12 +0000
committerzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2009-04-03 00:10:12 +0000
commitb4d5d41eea2a5ad7737a23a05b9537f389fd78fa (patch)
tree87c2763d87ec6ac1c6005f56209eb36c3510380b /make
parent946e9fe147c14ee268cfa208ec61914872525ce8 (diff)
downloadgooglemock-b4d5d41eea2a5ad7737a23a05b9537f389fd78fa.tar.gz
Makes gmock compile clean with gcc -Wall -Wextra.
git-svn-id: http://googlemock.googlecode.com/svn/trunk@131 8415998a-534a-0410-bf83-d39667b30386
Diffstat (limited to 'make')
-rw-r--r--make/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/Makefile b/make/Makefile
index 0c30ebf..ee0527e 100644
--- a/make/Makefile
+++ b/make/Makefile
@@ -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.