krime / serf

Automatically exported from code.google.com/p/serf
Apache License 2.0
1 stars 0 forks source link

test_buckets fails to compile due to a C++ comment #169

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I just executed `scons check` on a RHEL4 x86_64 machine (serf-1.3.8) and got 
the following error message:

test/test_buckets.c:1237: error: syntax error before '/' token

After a quick look I saw that line #1237 in test/test_buckets.c file is 
commented out using C++ style (//) instead of C style (/* */).

Fixing that everything compiles with no issues.

Original issue reported on code.google.com by felix.al...@gmail.com on 21 Jul 2015 at 6:17

GoogleCodeExporter commented 9 years ago

Original comment by andreas.stieger@gmx.de on 21 Jul 2015 at 7:22

GoogleCodeExporter commented 9 years ago
Always check closed bugs and trunk commits first.
See/merge r2443, r2483.

Original comment by andreas.stieger@gmx.de on 21 Jul 2015 at 7:25