James E. King, III created THRIFT-4091:
------------------------------------------
Summary: Removed unused realloc test causing autoconf warnings at
bootstrap time
Key: THRIFT-4091
URL: https://issues.apache.org/jira/browse/THRIFT-4091
Project: Thrift
Issue Type: Test
Components: C++ - Library
Affects Versions: 0.10.0
Environment: Ubuntu 14.04
Reporter: James E. King, III
Assignee: James E. King, III
Priority: Trivial
Following THRIFT-4045 bootstrap posts a couple warnings:
{noformat}
configure.ac: warning: missing AC_FUNC_MALLOC wanted by:
test/cpp/realloc/realloc_test.c:99
configure.ac: warning: missing AC_FUNC_REALLOC wanted by:
test/cpp/realloc/realloc_test.c:29
{noformat}
This test is not built or used so it can be removed.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)