Jesus Malo created ZOOKEEPER-4989:
-------------------------------------
Summary: Compilation of client on Windows with MSVC is broken
Key: ZOOKEEPER-4989
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4989
Project: ZooKeeper
Issue Type: Bug
Components: c client
Affects Versions: 3.9.4
Reporter: Jesus Malo
Fix added for ZOOKEEPER-4810 (Fix buf data race at format_endpoint_info) in PR
[https://github.com/apache/zookeeper/pull/2140] broke the build of the C client
on Windows using MVSC.
The error reported is:
{noformat}
error C2143: syntax error: missing ';' before 'type'{noformat}
It is reported at zookeeper-client\zookeeper-client-c\src\zookeeper.c(5132)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)