From 2ce6da855a541ba36b74dda9bfe4cd295629c82a Mon Sep 17 00:00:00 2001 From: "zhanyong.wan" Date: Wed, 25 Mar 2009 03:55:18 +0000 Subject: Makes gtest compile without warning with gcc 4.0.3 and -Wall -Wextra. git-svn-id: http://googletest.googlecode.com/svn/trunk@226 861a406c-534a-0410-8894-cb66d6ee9925 --- make/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make') diff --git a/make/Makefile b/make/Makefile index bf7e978..2d8806e 100644 --- a/make/Makefile +++ b/make/Makefile @@ -23,7 +23,7 @@ USER_DIR = ../samples CPPFLAGS += -I$(GTEST_DIR) -I$(GTEST_DIR)/include # Flags passed to the C++ compiler. -CXXFLAGS += -g +CXXFLAGS += -g -Wall -Wextra # All tests produced by this Makefile. Remember to add new tests you # created to the list. -- cgit v1.2.3