diff options
| -rw-r--r-- | lasso/saml-2.0/login.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
