From: Sam James Date: Thu, 9 Oct 2025 03:24:40 +0000 (+0100) Subject: doc: fix whitespace X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=502fc3f413651aaee02f415886db2f8ab31c8c3a;p=thirdparty%2Fgcc.git doc: fix whitespace gcc/ChangeLog: * doc/invoke.texi: Fix whitespace. --- diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 9b5c4ee3cae..873d9803e24 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -10811,7 +10811,7 @@ This warning is also enabled by @option{-Wextra}. Warn if a function declared with an empty parameter list @samp{()} is called with one or more arguments, or if a function definition with one or more parameters is encountered after such a declaration. Both cases -are errors in C23 and later dialects of C. +are errors in C23 and later dialects of C. This warning is also enabled by @option{-Wc11-c23-compat}.