Igor Galić created TS-1836:
------------------------------
Summary: 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ć
{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