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

Drive-by build warning notification.

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: Thu, 25 Oct 2012 15:41:53 -0400

Seeing this build warning. Can't recall seeing it in the past.

{{{
subversion/svnserve/cyrus_auth.c:101:3: warning: initialization from in\
compatible pointer type [enabled by default]
subversion/svnserve/cyrus_auth.c:101:3: warning: (near initialization f\
or ‘callbacks[0].proc’) [enabled by default]
}}}

Code in question is here:

{{{

static sasl_callback_t callbacks[] =
{
  { SASL_CB_CANON_USER, canonicalize_username, NULL },
  { SASL_CB_LIST_END, NULL, NULL }
};

}}}

No time to investigate, but didn't want to overlook and/or forget.

-- 
C. Michael Pilato <cmpilato_at_collab.net>
CollabNet   <>   www.collab.net   <>   Enterprise Cloud Development

Received on 2012-10-25 21:42:28 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.