This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlio-two.patch: More warnings squashed, more consts
[perl5.git] / perl.c
diff --git a/perl.c b/perl.c
index ff87fd7..dfd5f83 100644 (file)
--- a/perl.c
+++ b/perl.c
@@ -1014,7 +1014,7 @@ perl_free(pTHXx)
 #endif
 
 static void __attribute__((destructor))
 #endif
 
 static void __attribute__((destructor))
-perl_fini()
+perl_fini(void)
 {
     dVAR;
     if (PL_curinterp)
 {
     dVAR;
     if (PL_curinterp)