aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sparse.1
diff options
context:
space:
mode:
Diffstat (limited to 'sparse.1')
-rw-r--r--sparse.17
1 files changed, 7 insertions, 0 deletions
diff --git a/sparse.1 b/sparse.1
index 60203d5a..34e66088 100644
--- a/sparse.1
+++ b/sparse.1
@@ -348,6 +348,13 @@ initializer. GCC allows this syntax as an extension. With
Sparse does not issue these warnings by default.
.
.TP
+.B -Wpast-deep-designator
+Warn when, in a initializer-list, a initializer with a deep (nested)
+designator is followed by a non-designated one.
+
+Sparse does not issue these warnings by default.
+.
+.TP
.B \-Wpointer\-arith
Warn about anything that depends on the \fBsizeof\fR a void or function type.