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 <cmpil...@collab.net>
CollabNet   <>   www.collab.net   <>   Enterprise Cloud Development

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to