[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: A lot of Warnings on make.

From: Stefan Sperling <stsp_at_elego.de>
Date: Mon, 24 Aug 2009 12:41:05 +0100

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].
Received on 2009-08-24 13:42:07 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.