diff options
Diffstat (limited to 'reentr.pl')
-rw-r--r-- | reentr.pl | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1051,6 +1051,8 @@ Perl_reentrant_retry(const char *f, ...) } va_end(ap); +#else + PERL_UNUSED_ARG(f); #endif return retptr; } |