From b4d5d41eea2a5ad7737a23a05b9537f389fd78fa Mon Sep 17 00:00:00 2001 From: "zhanyong.wan" Date: Fri, 3 Apr 2009 00:10:12 +0000 Subject: Makes gmock compile clean with gcc -Wall -Wextra. git-svn-id: http://googlemock.googlecode.com/svn/trunk@131 8415998a-534a-0410-bf83-d39667b30386 --- make/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make') 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. -- cgit v1.2.1