According to clang -Wcast-align its not good to cast from char* to some structs;...
authorWilfried Goesgens <dothebart@citadel.org>
Sun, 10 Feb 2013 14:46:00 +0000 (15:46 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 10 Feb 2013 14:46:00 +0000 (15:46 +0100)
commit684a509730fe1e131262ddf1f113f01f642949cc
treed9bba363956f5f598285be1f80601d7fee7d3e49
parent0dff11af58073752a0160cd83e583326f1dd6ab0
According to clang -Wcast-align its not good to cast from char* to some structs; Since the session is used a void pointer is a better choice here anyways.
citadel/event_client.c