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 f7339608bb7a1d5a8b3507267d835f19cec1ca6f Author: jianxzhang <[email protected]> AuthorDate: Wed Jan 13 20:20:27 2021 +0800 add change --- 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 83d0ba5..b634af2 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 -Wsign-compare -Wfloat-equal -fno-strict-aliasing -fPIC -DASIO_STANDALONE") +SET(CMAKE_CXX_FLAGS "-std=c++11 -O2 -g -Wall -Werror -Wno-error=class-memaccess -Wsign-compare -Wfloat-equal -fno-strict-aliasing -fPIC -DASIO_STANDALONE") INCLUDE_DIRECTORIES(${CMAKE_BINARY_DIR}/proto)
