You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Anatoli Shein (JIRA)" <ji...@apache.org> on 2017/08/08 14:38:00 UTC

[jira] [Created] (HDFS-12276) libhdfs++: uri parser has clang warnings that break external projects

Anatoli Shein created HDFS-12276:
------------------------------------

             Summary: libhdfs++: uri parser has clang warnings that break external projects
                 Key: HDFS-12276
                 URL: https://issues.apache.org/jira/browse/HDFS-12276
             Project: Hadoop HDFS
          Issue Type: Sub-task
            Reporter: Anatoli Shein


When trying to do a clang build of libhdfs++ as part of the ORC project I get some warnings that are treated as errors:

In file included from /home/travis/build/apache/orc/c++/libs/libhdfspp/include/hdfspp/options.h:21:
/home/travis/build/apache/orc/c++/libs/libhdfspp/include/hdfspp/uri.h:30:7: error: 'uri_parse_error' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Werror,-Wweak-vtables]
class uri_parse_error : public std::invalid_argument {
      ^
2 errors generated.

These should be fixed.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org