jacquesg/p5-Git-Raw

ppport.h:4594: warning: "WIDEST_UTYPE" redefined

waterkip opened this issue · 1 comments

I'm running a dzil test on Debian testing with gcc 8.3.0 and I get the following warning:

In file included from Raw.xs:9:
ppport.h:4594: warning: "WIDEST_UTYPE" redefined
#  define WIDEST_UTYPE U64TYPE
In file included from /usr/lib/x86_64-linux-gnu/perl/5.28/CORE/perl.h:2465,
from Raw.xs:2:
/usr/lib/x86_64-linux-gnu/perl/5.28/CORE/handy.h:1064: note: this is the location of the previous definition
#   define WIDEST_UTYPE U64

Fixed in 072af3b