]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw,test: Fix build errors in 32 bit platforms 45135/head
authorLuciano Lo Giudice <luciano.logiudice@canonical.com>
Wed, 23 Feb 2022 19:01:58 +0000 (16:01 -0300)
committerKefu Chai <tchaikov@gmail.com>
Wed, 27 Jul 2022 00:56:55 +0000 (08:56 +0800)
commit71ab500a2f26a029c9bb843b7ef8e9c4f0327108
treeda87552d46e1a488483e906e2aa5f5b574670006
parenteb6b3ba259fd574cd15ff935200040c5b737ca31
rgw,test: Fix build errors in 32 bit platforms

When building on 32 bit platforms (tested on armhf), 2 errors were detected:
The first involves the compiler being unable to disambiguate a call to
deserialize an integer (apparently because there isn't a specialization for it).
The second involves invalid usage of the builtin reinterpret_cast.

Signed-off-by: Luciano Lo Giudice <luciano.logiudice@canonical.com>
src/rgw/store/dbstore/sqlite/sqliteDB.cc
src/test/libcephfs/ceph_pthread_self.h