aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2017-06-24 12:20:57 -0700
committerGitHub <noreply@github.com>2017-06-24 12:20:57 -0700
commitdd7265e1a2cf78fd0333f62d8e74d40a0781f83b (patch)
treebd57d424276ccfa34cbd9d497ccb32bdbba21d73 /src/Makefile.am
parent1a7e49d46208b0844cb6dc2f971620b3af7a2781 (diff)
parente3c807d4e752b477b707f5d021264faf9b127304 (diff)
downloadprotobuf-dd7265e1a2cf78fd0333f62d8e74d40a0781f83b.tar.gz
protobuf-dd7265e1a2cf78fd0333f62d8e74d40a0781f83b.tar.bz2
protobuf-dd7265e1a2cf78fd0333f62d8e74d40a0781f83b.zip
Merge pull request #3264 from TeBoring/php-bug
Enusre public header and generated code have no implicit converion.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index bfb875ac..45a8a79b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -924,7 +924,7 @@ no_warning_test_LDADD = $(PTHREAD_LIBS) libprotobuf.la \
../gmock/gtest/lib/libgtest_main.la
no_warning_test_CPPFLAGS = -I$(srcdir)/../gmock/gtest/include
no_warning_test_CXXFLAGS = $(PTHREAD_CFLAGS) $(PTHREAD_DEF) $(ZLIB_DEF) \
- -Wall -Werror
+ -Wall -Wconversion -Werror
nodist_no_warning_test_SOURCES = no_warning_test.cc $(protoc_outputs)
TESTS = protobuf-test protobuf-lazy-descriptor-test protobuf-lite-test \