]> git.pld-linux.org Git - packages/perl.git/blame - perl-switch.patch
- updated to 5.20.0, NFY
[packages/perl.git] / perl-switch.patch
CommitLineData
c1a4737c
AM
1--- perl-5.18.0/hv_func.h~ 2013-05-08 15:58:40.000000000 +0200
2+++ perl-5.18.0/hv_func.h 2013-06-09 20:29:24.940447822 +0200
3@@ -425,6 +425,9 @@
4 k1 |= carry<<24;
5 MURMUR_DOBLOCK(h1, k1);
6 }
7+ default:
8+ /* make gcc quiet */
9+ break;
10 }
11 #endif
12 /* Advance over whole 32-bit chunks, possibly leaving 1..3 bytes */
This page took 0.033535 seconds and 4 git commands to generate.