Tencent / TBase

TBase is an enterprise-level distributed HTAP database. Through a single database cluster to provide users with highly consistent distributed database services and high-performance data warehouse services, a set of integrated enterprise-level solutions is formed.
Other
1.38k stars 262 forks source link

编译出现unused variable告警 #26

Open joanhh opened 4 years ago

joanhh commented 4 years ago

环境: LSB Version: :core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch Distributor ID: CentOS Description: CentOS Linux release 7.4.1708 (Core) Release: 7.4.1708 Codename: Core gcc version 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC) TBase: https://github.com/Tencent/TBase

编译步骤: ./configure --prefix=${INSTALL_PATH}/tbase_bin_v2.0 --enable-user-switch --with-openssl --with-ossp-uuid CFLAGS=-g make clean make -sj

告警信息: warnming

whf307 commented 4 years ago

./configure --prefix=${INSTALL_PATH}/tbase_bin_v2.0 --enable-user-switch --with-openssl --with-ossp-uuid CFLAGS=-g

INSTALL_PATH这个环境变量你替换成实际的了么。

joanhh commented 4 years ago

我export INSTALL_PATH=实际路径