diff options
Diffstat (limited to 'src/engine-g13.c')
-rw-r--r-- | src/engine-g13.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/engine-g13.c b/src/engine-g13.c index afb085d6..ce98b1bd 100644 --- a/src/engine-g13.c +++ b/src/engine-g13.c @@ -413,6 +413,9 @@ g13_assuan_simple_command (assuan_context_t ctx, char *cmd, char *line; size_t linelen; + (void)status_fnc; + (void)status_fnc_value; + err = assuan_write_line (ctx, cmd); if (err) return err; |