From f0c0420b6da2d7336c4d9dd52e617496bc3ac020 Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Mon, 23 Feb 2009 21:31:32 -0500 Subject: [PATCH] Added warn_unused_result attribute to pwmd_command_ap(). --- libpwmd.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libpwmd.h.in b/libpwmd.h.in index 437ef189..3579db65 100644 --- a/libpwmd.h.in +++ b/libpwmd.h.in @@ -423,7 +423,7 @@ gpg_error_t pwmd_terminate_pinentry(pwm_t *pwm) __attribute__ ((warn_unused_resu */ gpg_error_t pwmd_command(pwm_t *pwm, char **result, const char *cmd, ...) __attribute__ ((warn_unused_result)); gpg_error_t pwmd_command_ap(pwm_t *pwm, char **result, const char *cmd, - va_list ap); + va_list ap) __attribute__ ((warn_unused_result)); /* * Commands which use an INQUIRE to send data (i.e., STORE) should use this -- 2.11.4.GIT