Wei-Chiu Chuang created HDFS-15317: -------------------------------------- Summary: Fix libhdfspp warnings Key: HDFS-15317 URL: https://issues.apache.org/jira/browse/HDFS-15317 Project: Hadoop HDFS Issue Type: Bug Components: libhdfs++ Reporter: Wei-Chiu Chuang
Saw these warnings in an unrelated libhdfs patch precommit build. {noformat} [WARNING] /home/jenkins/jenkins-slave/workspace/hadoop-multibranch_PR-1951/src/hadoop-hdfs-project/hadoop-hdfs-native-client/target/main/native/libhdfspp/lib/proto/ReconfigurationProtocol.pb.cc:286:13: warning: 'dynamic_init_dummy_ReconfigurationProtocol_2eproto' defined but not used [-Wunused-variable] [WARNING] /home/jenkins/jenkins-slave/workspace/hadoop-multibranch_PR-1951/src/hadoop-hdfs-project/hadoop-hdfs-native-client/target/main/native/libhdfspp/lib/proto/acl.pb.cc:533:13: warning: 'dynamic_init_dummy_acl_2eproto' defined but not used [-Wunused-variable] [WARNING] /home/jenkins/jenkins-slave/workspace/hadoop-multibranch_PR-1951/src/hadoop-hdfs-project/hadoop-hdfs-native-client/target/main/native/libhdfspp/lib/proto/encryption.pb.cc:467:13: warning: 'dynamic_init_dummy_encryption_2eproto' defined but not used [-Wunused-variable] [WARNING] /home/jenkins/jenkins-slave/workspace/hadoop-multibranch_PR-1951/src/hadoop-hdfs-project/hadoop-hdfs-native-client/target/main/native/libhdfspp/lib/proto/erasurecoding.pb.cc:745:13: warning: 'dynamic_init_dummy_erasurecoding_2eproto' defined but not used [-Wunused-variable] [WARNING] /home/jenkins/jenkins-slave/workspace/hadoop-multibranch_PR-1951/src/hadoop-hdfs-project/hadoop-hdfs-native-client/target/main/native/libhdfspp/tests/test_rpc_service.pb.cc:122:13: warning: 'dynamic_init_dummy_test_5frpc_5fservice_2eproto' defined but not used [-Wunused-variable] {noformat} -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org