From cb03c522fce28f600e25e6d9e20768bce89f83e2 Mon Sep 17 00:00:00 2001 From: Michael Schmidt Date: Tue, 21 Aug 2018 15:10:26 +0200 Subject: Document new named warning for flexible arrays, bug 23324 --- doc/ccomp.1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/ccomp.1 b/doc/ccomp.1 index f0886657..4e13681e 100644 --- a/doc/ccomp.1 +++ b/doc/ccomp.1 @@ -383,6 +383,10 @@ Enabled by default. Extern declarations after non-extern definitions. Enabled by default. .sp +\fIflexible\-array\-extensions\fP: +Use of structs with flexible arrays nexted within structs or arrays. +Enabled by default. +.sp \fIgnu\-empty\-struct\fP: GNU extension for empty structs. Enabled by default. -- cgit