cgcc: Sparse accepts -Wcast-to-as, not -Wcast-to-address-space
commitae66264df616ac8d804b9799a1041379fbaf7e27
authorJosh Triplett <josh@freedesktop.org>
Fri, 31 Aug 2007 21:36:16 +0000 (31 14:36 -0700)
committerJosh Triplett <josh@freedesktop.org>
Fri, 31 Aug 2007 21:36:16 +0000 (31 14:36 -0700)
treea42a05be139544c486f98718ed1f4752f895e891
parenta3ba81906dc41f12264df379c9f699de76abacab
cgcc: Sparse accepts -Wcast-to-as, not -Wcast-to-address-space

cgcc's regex of Sparse warning options listed -Wcast-to-address-space,
which doesn't exist; change it to -Wcast-to-as.

Signed-off-by: Josh Triplett <josh@freedesktop.org>
cgcc