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

SWIG ignoring constants?

From: Stefan Sperling <stsp_at_elego.de>
Date: Wed, 15 Oct 2008 14:42:48 +0200

Hi,

I got this warning during the build:
/home/stsp/svn/svn-trunk/subversion/include/svn_props.h:482:
Warning(305): Bad constant value (ignored).

The constant the warning is referring to looks like this:

          /**
           * This is a list of all revision properties.
           */
line 482: #define SVN_PROP_REVISION_ALL_PROPS SVN_PROP_REVISION_AUTHOR, \
                                              SVN_PROP_REVISION_LOG, \
                                              SVN_PROP_REVISION_DATE, \
                                              SVN_PROP_REVISION_AUTOVERSIONED, \
                                              SVN_PROP_REVISION_ORIG_DATE, \
                                              SVNSYNC_PROP_LOCK, \
                                              SVNSYNC_PROP_FROM_URL, \
                                              SVNSYNC_PROP_FROM_UUID, \
                                              SVNSYNC_PROP_LAST_MERGED_REV, \
                                              SVNSYNC_PROP_CURRENTLY_COPYING,

I'm not entirely sure why SWIG is ignoring this constant.
Neither do I know what the consequences are.

So I just wanted to ask whether anyone who has an idea about
this issue can comment on this.

Thanks,
Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-10-15 14:43:14 CEST

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

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