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

Leif Hedstrom resolved TS-1836.
-------------------------------

    Resolution: Duplicate

I'm marking this a duplicate of TS-1820, since that's where the problem comes 
from. I'm committing a fix for TS-1820 right now.
                
> 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
>
> {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

Reply via email to