John Baldwin fa255ab1b8 ctld: Disable -Wcast-align warnings.
clang complains about the downcasts from struct connection to struct
ctld_connection as the alignment of struct ctld_connection is higher
on 32-bit platforms.  However, the warning is in this case harmless as
the downcasts are on objects originally allocated as instances of
struct ctld_connection with suitable alignment.

Reported by:	npn, gjb
Fixes:		6378393308bc Add an internal libiscsiutil library.
Sponsored by:	Chelsio Communications
2021-12-22 15:23:45 -08:00
..
2021-12-22 10:43:11 -08:00
2021-12-22 10:43:11 -08:00
2021-12-22 10:43:11 -08:00
2021-12-22 15:23:45 -08:00
2020-11-01 21:18:21 +00:00