From b97b200a4b35f386d0e3ddf2e9502e372b49b598 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sun, 21 Feb 2016 20:14:19 +0200 Subject: Fix 32 bit compile problem. --- regexec.c | 1 - 1 file changed, 1 deletion(-) (limited to 'regexec.c') diff --git a/regexec.c b/regexec.c index 84264bb2..7355aad3 100644 --- a/regexec.c +++ b/regexec.c @@ -937,7 +937,6 @@ re_search_internal (const regex_t *preg, const char *string, int length, } static reg_errcode_t -internal_function __attribute_warn_unused_result__ prune_impossible_nodes (re_match_context_t *mctx) { const re_dfa_t *const dfa = mctx->dfa; -- cgit v1.2.3