Suppress alignment cast warning on sparc Linux
commit76c4f4a31228b9be78458a22596c5be612de2056
authorOlly Betts <olly@survex.com>
Fri, 5 Oct 2018 08:31:30 +0000 (5 21:31 +1300)
committerOlly Betts <olly@survex.com>
Fri, 5 Oct 2018 08:31:30 +0000 (5 21:31 +1300)
treeea7d07ac81d69c062058dd6a315e20fd5fb30ca4
parentc28124139c4a347d5e9743c3c048f49648b35828
Suppress alignment cast warning on sparc Linux

The pointer being cast is to a record returned by getdirentries(),
so it should be suitable aligned.
xapian-core/common/closefrom.cc