parser: Remove the unused attribute alignment from struct declaration_specifiers_t.
[cparser] / cparser.1
index 0eb7a6e..9a178c2 100644 (file)
--- a/cparser.1
+++ b/cparser.1
@@ -224,6 +224,9 @@ Warn when a new declaration shadows another declaration with the same name in an
 Like
 .Fl Wshadow ,
 but only warn if the shadowed declaration is not global, e.g. a local variable shadows a parameter or another local variable.
+.It Fl Wsystem
+Show warnings in system headers.
+By default, no warnings in system headers are shown.
 .It Fl Wunreachable-code
 Warn when the compiler determines that a statement (or in some cases a part thereof) will never be executed.
 .It Fl Wunused