aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/regex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex.c b/src/regex.c
index 5a6d3a157dc..5a98c6c21aa 100644
--- a/src/regex.c
+++ b/src/regex.c
@@ -243,7 +243,7 @@ char *alloca ();
243 destination) 243 destination)
244 244
245/* No need to do anything to free, after alloca. */ 245/* No need to do anything to free, after alloca. */
246#define REGEX_FREE(arg) (0) 246#define REGEX_FREE(arg) ((void)0) /* Do nothing! But inhibit gcc warning. */
247 247
248#endif /* not REGEX_MALLOC */ 248#endif /* not REGEX_MALLOC */
249 249