diff --git a/rules/S3715/cfamily/rule.adoc b/rules/S3715/cfamily/rule.adoc index 1211b47fbc..e7cce8b46d 100644 --- a/rules/S3715/cfamily/rule.adoc +++ b/rules/S3715/cfamily/rule.adoc @@ -11,6 +11,7 @@ Proprietary compiler extensions can be handy, but they commit you to always usin * A structure member initializer with a colon * Decimal floating points numbers ``++_Decimal32++``, ``++_Decimal64++``, and ``++_Decimal128++`` * Structures and union without named data members +* Empty initializers ``= {}`` in pre-C23 code, as the feature was standardized in C23 === Noncompliant code example