From: Bastian Germann Date: Thu, 27 Mar 2025 11:34:27 +0000 (+0100) Subject: Let 32 bit platforms compile X-Git-Tag: archive/raspbian/3.1.1-1+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=71eb1cf58a617dbe699a84d7afecdde09b642382;p=bibletime.git Let 32 bit platforms compile Gbp-Pq: Name Let-32-bit-platforms-compile.patch --- diff --git a/src/backend/bookshelfmodel/btbookshelftreemodel.cpp b/src/backend/bookshelfmodel/btbookshelftreemodel.cpp index d310d14..e7e8a3f 100644 --- a/src/backend/bookshelfmodel/btbookshelftreemodel.cpp +++ b/src/backend/bookshelfmodel/btbookshelftreemodel.cpp @@ -644,7 +644,6 @@ QDataStream & operator >>(QDataStream & is, } else { // If other strange platforms need to be supported, please let us know: static_assert(sizeof(int) == 4, "Platform not supported"); - static_assert(sizeof(Size) == 8, "Platform not supported"); // The following relies on Qt providing us a datastream which only // contains the serialized value and an optional ')' at the end. See