aboutsummaryrefslogtreecommitdiffstats
path: root/g10/trustdb.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g10/trustdb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/trustdb.c b/g10/trustdb.c
index ea0739986..1bf664b3d 100644
--- a/g10/trustdb.c
+++ b/g10/trustdb.c
@@ -1333,6 +1333,8 @@ static int
check_regexp(const char *expr,const char *string)
{
#ifdef DISABLE_REGEX
+ (void)expr;
+ (void)string;
/* When DISABLE_REGEX is defined, assume all regexps do not
match. */
return 0;