Skip to content

Commit 5624bb5

Browse files
author
John Peacock
committed
get rid of "implicit fallthrough" warnings with gcc 7
1 parent 2ad6934 commit 5624bb5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This is not a complete list of changes. See repository for full details:
44

55
https://bitbucket.org/jpeacock/version (primary)
66

7+
0.9921 - 2018-04-##
8+
* Silence overly compulsive GCC 7 warning
9+
https://rt.cpan.org/Ticket/Display.html?id=123477
10+
711
0.9919 - 2018-04-08
812

913
* Core improvements to locale handling

vutil/vxs.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ VXS(version_new)
219219
SvGETMAGIC(vs);
220220
if(SvOK(vs))
221221
break;
222-
/* drop through */
222+
/* fall through */
223223
case 1:
224224
/* no param or explicit undef */
225225
/* create empty object */

0 commit comments

Comments
 (0)