summaryrefslogtreecommitdiffstats
path: root/contrib/uthash
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/uthash')
-rw-r--r--contrib/uthash/uthash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/uthash/uthash.h b/contrib/uthash/uthash.h
index 79c3328e6..797c21c31 100644
--- a/contrib/uthash/uthash.h
+++ b/contrib/uthash/uthash.h
@@ -582,6 +582,7 @@ do { \
_mur_k1 = MUR_ROTL32(_mur_k1,15); \
_mur_k1 *= _mur_c2; \
_mur_h1 ^= _mur_k1; \
+ case 0: break; \
} \
_mur_h1 ^= (keylen); \
MUR_FMIX(_mur_h1); \