From aa9898693a6caecf4a72368e46ca2d164ed3c258 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 21 Dec 2010 10:44:14 +0100 Subject: [PATCH] [saml login] suppress unused argument warning --- lasso/saml-2.0/login.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lasso/saml-2.0/login.c b/lasso/saml-2.0/login.c index 8e9ada11..08e5d6a2 100644 --- a/lasso/saml-2.0/login.c +++ b/lasso/saml-2.0/login.c @@ -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;