From 678b39097b51f8a1bd63138aff57295526047e5b Mon Sep 17 00:00:00 2001 From: Michael Schmidt Date: Tue, 21 Aug 2018 15:45:42 +0200 Subject: Document new named warning for tentative static definitions with incomplete type, bug 23377 --- doc/ccomp.1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/ccomp.1 b/doc/ccomp.1 index f329edab..89420683 100644 --- a/doc/ccomp.1 +++ b/doc/ccomp.1 @@ -439,6 +439,10 @@ Enabled by default. Use of static variables in non-static inline functions. Enabled by default. .sp +\fItentative\-incomplete\-static\fP: +Use of tentative static definitions with incomplete type. +Disabled by default. +.sp \fIunknown\-attributes\fP: Use of unsupported or unknown attributes. Enabled by default. -- cgit