This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Porting/Maintainers.pl w.r.t. #28809
[perl5.git] / patchlevel.h
index 6cdd639..0362c41 100644 (file)
@@ -125,7 +125,7 @@ static const char * const local_patches[] = {
 
 /* Initial space prevents this variable from being inserted in config.sh  */
 #  define      LOCAL_PATCH_COUNT       \
-       (sizeof(local_patches)/sizeof(local_patches[0])-2)
+       ((int)(sizeof(local_patches)/sizeof(local_patches[0])-2))
 
 /* the old terms of reference, add them only when explicitly included */
 #define PATCHLEVEL             PERL_VERSION