From 64d1dd7fcf4ec5e3476f557bf0920f669ccc6c7c Mon Sep 17 00:00:00 2001 From: Michael Schmidt Date: Tue, 4 Sep 2018 10:01:45 +0200 Subject: document new named warning class 'reduced-alignment', bug 23389 --- doc/ccomp.1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/ccomp.1 b/doc/ccomp.1 index 89420683..374bd2e7 100644 --- a/doc/ccomp.1 +++ b/doc/ccomp.1 @@ -431,6 +431,10 @@ Enabled by default. Use of incompatible pointer types in conditional expressions. Enabled by default. .sp +\fIreduced\-alignment\fP: +Alignment specifications lower than natural alignment. +Disabled by default. +.sp \fIreturn\-type\fP: Void-return statement in non-void function. Enabled by default. -- cgit