[saml login] suppress unused argument warning

This commit is contained in:
Benjamin Dauvergne 2010-12-21 10:44:14 +01:00
parent 126a9ac71c
commit aa9898693a
1 changed files with 1 additions and 1 deletions

View File

@ -701,7 +701,7 @@ int
lasso_saml20_login_build_assertion(LassoLogin *login,
const char *authenticationMethod,
const char *authenticationInstant,
const char *notBefore,
G_GNUC_UNUSED const char *notBefore,
const char *notOnOrAfter)
{
LassoProfile *profile = &login->parent;