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

[jira] [Resolved] (TS-1725) build error: comparison between signed and unsigned integer expression

     [ https://issues.apache.org/jira/browse/TS-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom resolved TS-1725.
-------------------------------

    Resolution: Duplicate

Dupe of TS-1731.
                
> build error: comparison between signed and unsigned integer expression
> ----------------------------------------------------------------------
>
>                 Key: TS-1725
>                 URL: https://issues.apache.org/jira/browse/TS-1725
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Plugins
>            Reporter: Luca Rea
>
> {noformat}
> ...
> Making all in lua
> make[3]: Entering directory `/home/luca/trafficserver/plugins/experimental/lua'
>   CXX    lua_la-remap.lo
>   CXX    lua_la-plugin.lo
>   CXX    lua_la-lapi.lo
>   CXX    lua_la-lutil.lo
>   CXX    lua_la-lconfig.lo
>   CXX    lua_la-hook.lo
>   CXX    lua_la-state.lo
> state.cc: In function 'instanceid_t LuaPluginRegister(unsigned int, const char**)':
> state.cc:169:24: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
> state.cc: In member function 'bool LuaThreadState::init(LuaPluginInstance*)':
> state.cc:251:68: error: 'strerror' was not declared in this scope
> cc1plus: all warnings being treated as errors
> make[3]: *** [lua_la-state.lo] Error 1
> make[3]: Leaving directory `/home/luca/trafficserver/plugins/experimental/lua'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/luca/trafficserver/plugins/experimental'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/luca/trafficserver/plugins'
> make: *** [all-recursive] 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