Subject: | Compilation warnings with gcc 8.3.0 |
The following warnings are generated when compiled with gcc 8.3.0 on Debian:
ListUtil.xs: In function ‘XS_List__Util_sum’:
ListUtil.xs:349:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
accum = ACC_NV;
~~~~~~^~~~~~~~
ListUtil.xs:350:9: note: here
case ACC_NV:
^~~~