From b53cc8e61a27f948df5f11da07c7c395ebae1dd1 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Mon, 23 Aug 2021 15:26:20 -0700 Subject: upstream: tie into build system includes some miscellany to make compiler happy --- src/upstream/siphash24.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/upstream/siphash24.c') 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); -- cgit v1.2.3