summaryrefslogtreecommitdiff
path: root/src/upstream/siphash24.c
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2021-08-23 15:26:20 -0700
committerVito Caputo <vcaputo@pengaru.com>2021-08-24 00:48:43 -0700
commitb53cc8e61a27f948df5f11da07c7c395ebae1dd1 (patch)
treec407bb502cf613dba971fba430ed999884bcf13b /src/upstream/siphash24.c
parenteaaa33bcf846da64096c0ba595e0523eafa04206 (diff)
upstream: tie into build system
includes some miscellany to make compiler happy
Diffstat (limited to 'src/upstream/siphash24.c')
-rw-r--r--src/upstream/siphash24.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/upstream/siphash24.c b/src/upstream/siphash24.c
index 1fb9393..da03974 100644
--- a/src/upstream/siphash24.c
+++ b/src/upstream/siphash24.c
@@ -23,6 +23,8 @@
#include "siphash24.h"
#include "unaligned.h"
+#define _fallthrough_
+
static uint64_t rotate_left(uint64_t x, uint8_t b) {
assert(b < 64);
© All Rights Reserved