alex1818 / serf

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

Please backport r2049 from trunk to 1.3.x branch #126

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. CodeWarrior compiler is very picky and breaks in auth_digest.c:

> CC   D:\Projects\srcs\serf-1.3.1/auth/auth_digest.c
> ### mwccnlm Compiler:
> #    File: D:\Projects\srcs\serf-1.3.1\auth\auth_digest.c
> # -------------------------------------------------------
> #     434: request->auth_baton = path;
> #   Error:                           ^
> #   illegal implicit conversion from 'const char *' to
> #   'void *'

What is the expected output? What do you see instead?
that the compilation doesnt break :-)

What version of the product are you using? On what operating system?
serf release 1.3.1; NetWare; Metrowerks CodeWarrior compiler.

Please provide any additional information below.
the problem seems already fixed in trunk with r2049:
https://code.google.com/p/serf/source/detail?r=2049
but was not yet backported to 1.3.x branch.

Original issue reported on code.google.com by 0x1...@googlemail.com on 17 Aug 2013 at 9:13

GoogleCodeExporter commented 9 years ago
This and another fix have been backported to the 1.3.x branch in r2142, for 
inclusion in serf 1.3.2. (unplanned currently).
Lieven

Original comment by lieven.govaerts@gmail.com on 20 Aug 2013 at 3:15