diff options
Diffstat (limited to '')
-rw-r--r-- | g10/trustdb.c | 2 |
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; |