From: Christian Kamm Date: Mon, 12 Nov 2018 12:45:56 +0000 (+0100) Subject: cjhash: Fix build fix X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~21^2~468^2~415 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=582803b6bdd37530da3d38b5179832ac6848a896;p=nextcloud-desktop.git cjhash: Fix build fix See 17a4055e8d658f24b1fc47c44fd2daf66c7d5dbf --- diff --git a/src/common/c_jhash.h b/src/common/c_jhash.h index 4790cf96a..1aae10a3b 100644 --- a/src/common/c_jhash.h +++ b/src/common/c_jhash.h @@ -27,7 +27,7 @@ #include // NOLINT #include #ifndef Q_FALLTHROUGH -#define Q_FALLTHROUGH // Was added in Qt 5.8 +#define Q_FALLTHROUGH() // Was added in Qt 5.8 #endif #define c_hashsize(n) ((uint8_t) 1 << (n))