Makes gmock compile with gcc -Wall -Wextra -Wno-unused-parameter.
This commit is contained in:
@@ -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
|
||||
CXXFLAGS += -g -Wall -Wextra -Wno-unused-parameter
|
||||
|
||||
# All tests produced by this Makefile. Remember to add new tests you
|
||||
# created to the list.
|
||||
|
||||
Reference in New Issue
Block a user