This is an automated email from the ASF dual-hosted git repository.

yuanbo pushed a commit to branch TUBEMQ-469
in repository https://gitbox.apache.org/repos/asf/incubator-tubemq.git

commit 1a6939534802686a39757a1f620eb319b0fdf615
Author: jianxzhang <[email protected]>
AuthorDate: Mon Jan 11 19:16:34 2021 +0800

    rm -Werror
---
 tubemq-client-twins/tubemq-client-cpp/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tubemq-client-twins/tubemq-client-cpp/CMakeLists.txt 
b/tubemq-client-twins/tubemq-client-cpp/CMakeLists.txt
index 94ac9f1..83d0ba5 100644
--- a/tubemq-client-twins/tubemq-client-cpp/CMakeLists.txt
+++ b/tubemq-client-twins/tubemq-client-cpp/CMakeLists.txt
@@ -24,7 +24,7 @@ project (TubeMQ)
 
 find_package(Protobuf REQUIRED)
 
-SET(CMAKE_CXX_FLAGS "-std=c++11 -O2 -g -Wall -Werror -Wsign-compare 
-Wfloat-equal -fno-strict-aliasing -fPIC -DASIO_STANDALONE")
+SET(CMAKE_CXX_FLAGS "-std=c++11 -O2 -g -Wall -Wsign-compare -Wfloat-equal 
-fno-strict-aliasing -fPIC -DASIO_STANDALONE")
 
 INCLUDE_DIRECTORIES(${CMAKE_BINARY_DIR}/proto)
 

Reply via email to