Make buildbot Happy

error: unused parameter 'allow_partial_value'

svn path=/trunk/; revision=54389
This commit is contained in:
Alexis La Goutte 2013-12-23 15:58:26 +00:00
parent 7479af52e5
commit bc7c39eab3
1 changed files with 1 additions and 1 deletions

View File

@ -448,7 +448,7 @@ rel_oid_from_unparsed(fvalue_t *fv, char *s, gboolean allow_partial_value _U_, L
} }
static gboolean static gboolean
system_id_from_unparsed(fvalue_t *fv, char *s, gboolean allow_partial_value, LogFunc logfunc) system_id_from_unparsed(fvalue_t *fv, char *s, gboolean allow_partial_value _U_, LogFunc logfunc)
{ {
/* /*
* Don't log a message if this fails; we'll try looking it * Don't log a message if this fails; we'll try looking it