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/04/20 15:59:16 UTC

[jira] [Updated] (TS-1836) wccp build fails after ATS_UNUSED changes

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

Leif Hedstrom updated TS-1836:
------------------------------

    Fix Version/s: 3.3.3
         Assignee: Leif Hedstrom
    
> wccp build fails after ATS_UNUSED changes
> -----------------------------------------
>
>                 Key: TS-1836
>                 URL: https://issues.apache.org/jira/browse/TS-1836
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Build
>            Reporter: Igor Galić
>            Assignee: Leif Hedstrom
>             Fix For: 3.3.3
>
>
> {noformat}
>   CXX    TsErrataUtil.lo
> TsErrataUtil.cc:129:3: error: use of undeclared identifier 'ATS_UNUSED_RETURN'
>   ATS_UNUSED_RETURN(strerror_r(errno, buffer, SIZE));
>   ^
> TsErrataUtil.cc:144:5: error: use of undeclared identifier 'ATS_UNUSED_RETURN'
>     ATS_UNUSED_RETURN(strerror_r(e, e_buffer, E_SIZE));
>     ^
> 2 errors generated.
> make[3]: *** [TsErrataUtil.lo] Error 1
> {noformat}
> and
> {noformat}
> make[2]: Entering directory `/home/igalic/src/asf/trafficserver/lib/wccp'
>   CXX    WccpStatic.o
> WccpStatic.cc:158:3: error: use of undeclared identifier 'ATS_UNUSED_RETURN'
>   ATS_UNUSED_RETURN(strerror_r(errno, buffer, SIZE));
>   ^
> WccpStatic.cc:174:5: error: use of undeclared identifier 'ATS_UNUSED_RETURN'
>     ATS_UNUSED_RETURN(strerror_r(e, e_buffer, E_SIZE));
>     ^
> 2 errors generated.
> make[2]: *** [WccpStatic.o] 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