aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sparse.1
diff options
Diffstat (limited to 'sparse.1')
-rw-r--r--sparse.19
1 files changed, 9 insertions, 0 deletions
diff --git a/sparse.1 b/sparse.1
index 8a14a6be..3e135235 100644
--- a/sparse.1
+++ b/sparse.1
@@ -77,6 +77,15 @@ Sparse issues these warnings by default. To turn them off, use
\fB\-Wno\-bitwise\fR.
.
.TP
+.B \-Wcast\-from\-as
+Warn about which remove an address space to a pointer type.
+
+This is similar to \fB\-Waddress\-space\fR but will also warn
+on casts to \fBunsigned long\fR.
+
+Sparse does not issues these warnings by default.
+.
+.TP
.B \-Wcast\-to\-as
Warn about casts which add an address space to a pointer type.