You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "C. Michael Pilato" <cm...@collab.net> on 2012/10/25 21:41:53 UTC

Drive-by build warning notification.

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