diff options
author | zhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386> | 2009-04-03 00:10:12 +0000 |
---|---|---|
committer | zhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386> | 2009-04-03 00:10:12 +0000 |
commit | 33c0af07c4c23b53ee52b8f5b6b45162d2db6321 (patch) | |
tree | 87c2763d87ec6ac1c6005f56209eb36c3510380b /make | |
parent | 7e571ef537f0eb17db4bbaf8a9c1a41a2839ab81 (diff) | |
download | googletest-33c0af07c4c23b53ee52b8f5b6b45162d2db6321.tar.gz googletest-33c0af07c4c23b53ee52b8f5b6b45162d2db6321.tar.bz2 googletest-33c0af07c4c23b53ee52b8f5b6b45162d2db6321.zip |
Makes gmock compile clean with gcc -Wall -Wextra.
Diffstat (limited to 'make')
-rw-r--r-- | make/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/Makefile b/make/Makefile index 0c30ebfc..ee0527e1 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. |