Is there a version of apr_dbd_odbc.c that i can replace this one?
Stefan Sperling-7 wrote:
>
> On Mon, Aug 24, 2009 at 04:33:38AM -0700, axdmoraes wrote:
>> Hi everybody,
>>
>> I??m installing subversion 1.6.4
>
> 1.6.5 was released this weekend.
>
>> and when I run make in apr it returns me a
>> lot of warnings and there are some decrecated warnigns. Can you tell me
>> something about these warnings and if i will cause me future problems?
>
> All those deprecation warnings are harmless. They just exist to annoy
> Subversion's developers so that they'll gradually update the existing
> code to use non-deprecated APIs. But these warnings do not in any way
> directly affect the functionality of the compiled code.
>
>> making all in apr
>> dbd/apr_dbd_odbc.c:1032: warning: cast to pointer from integer of
>> different
>> size
>>
>> dbd/apr_dbd_odbc.c:1124: warning: cast to pointer from integer of
>> different
>> size
>
> Those are warnings from APR and look bad.
> That code might not be 64bit-clean.
>
> Stefan
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2386712
>
> To unsubscribe from this discussion, e-mail:
> [users-unsubscribe_at_subversion.tigris.org].
>
>
--
View this message in context: http://www.nabble.com/A-lot-of-Warnings-on-make.-tp25114457p25115011.html
Sent from the Subversion Users mailing list archive at Nabble.com.
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2386717
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-08-24 14:17:44 CEST