You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Igor Galić (JIRA)" <ji...@apache.org> on 2013/03/26 23:47:15 UTC

[jira] [Created] (TS-1781) esi plugin fails to build under clang/trunk

Igor Galić created TS-1781:
------------------------------

             Summary: esi plugin fails to build under clang/trunk
                 Key: TS-1781
                 URL: https://issues.apache.org/jira/browse/TS-1781
             Project: Traffic Server
          Issue Type: Bug
          Components: Build, Plugins
            Reporter: Igor Galić


{noformat}
  CXX    EsiProcessor.lo
lib/EsiProcessor.cc:425:44: error: comparison of constant 'STATUS_ERROR' (-1) with expression of type 'bool' is always false [-Werror,-Wtautological-constant-out-of-range-compare]
        if (!_getIncludeStatus(*node_iter) == STATUS_ERROR) {
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~
1 error generated.
make[3]: *** [EsiProcessor.lo] Error 1
{noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira