talloc: Fix alignment issues for casting pointers
authorAndreas Schneider <asn@samba.org>
Fri, 12 Oct 2018 09:58:26 +0000 (11:58 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 19 Mar 2019 12:38:50 +0000 (12:38 +0000)
commitb2c2c4c3e6c4538c62cbcf03923bd7536292f7e9
treebc27734fa41d0c5faae76036e517ad2ed0539deb
parent7d4865610f9542555c212540c35d98536c1f37e7
talloc: Fix alignment issues for casting pointers

warning: cast from 'char *' to 'struct talloc_chunk *' increases required
alignment from 1 to 8

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Tue Mar 19 12:38:50 UTC 2019 on sn-devel-144
lib/talloc/talloc.c