Skip Menu |

This queue is for tickets about the Scalar-List-Utils CPAN distribution.

Report information
The Basics
Id: 129659
Status: open
Priority: 0/
Queue: Scalar-List-Utils

People
Owner: Nobody in particular
Requestors: RANDIR [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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: ^~~~
On Thu May 23 05:04:10 2019, RANDIR wrote: Show quoted text
> 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=]
Remind me; is the comment /* fallthrough */ sufficient to quiet that warning? -- Paul Evans