Skip to content

Commit

Permalink
lib-sasl: Compiler warning fix for previous EXTERNAL change..
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen committed Feb 3, 2016
1 parent 66ce342 commit 5d08475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib-sasl/mech-external.c
Expand Up @@ -31,7 +31,7 @@ mech_external_input(struct dsasl_client *_client,
static int
mech_external_output(struct dsasl_client *_client,
const unsigned char **output_r, unsigned int *output_len_r,
const char **error_r)
const char **error_r ATTR_UNUSED)
{
struct external_dsasl_client *client =
(struct external_dsasl_client *)_client;
Expand Down

0 comments on commit 5d08475

Please sign in to comment.