Skip Menu |

This queue is for tickets about the version CPAN distribution.

Report information
The Basics
Id: 123477
Status: resolved
Priority: 0/
Queue: version

People
Owner: Nobody in particular
Requestors: 'spro^^*%*^6ut# [...] &$%*c
Cc:
AdminCc:

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



Subject: [PATCH] Avoid warning in gcc 7
This is just a bleadperl commit with the non-applicable hunks deleted.
Subject: open_GjuRnQnu.txt
From 2165bd23259a778c0554f86f5652881f24fdafc9 Mon Sep 17 00:00:00 2001 From: Lukas Mai <l.mai@web.de> Date: Fri, 13 Oct 2017 19:50:24 +0200 Subject: [PATCH] get rid of "implicit fallthrough" warnings with gcc 7 diff --git a/vxs.inc b/vxs.inc index b4aa0c6..0e5e72a 100644 --- a/vxs.inc +++ b/vxs.inc @@ -219,7 +219,7 @@ VXS(version_new) SvGETMAGIC(vs); if(SvOK(vs)) break; - /* drop through */ + /* fall through */ case 1: /* no param or explicit undef */ /* create empty object */
Will be fixed in 0.9921 (soonish)